Package

zio

logging

Permalink

package logging

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. logging
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. package backend

    Permalink
  2. def console(format: LogFormat, logLevel: LogLevel): ZLayer[Any, Nothing, Unit]

    Permalink
  3. def consoleErr(format: LogFormat, logLevel: LogLevel): ZLayer[Any, Nothing, Unit]

    Permalink
  4. def consoleErrJson(format: LogFormat, logLevel: LogLevel): ZLayer[Any, Nothing, Unit]

    Permalink
  5. def consoleJson(format: LogFormat, logLevel: LogLevel): ZLayer[Any, Nothing, Unit]

    Permalink
  6. def file(destination: Path, format: LogFormat, logLevel: LogLevel, charset: Charset, autoFlushBatchSize: Int, bufferedIOSize: Option[Int]): ZLayer[Any, Nothing, Unit]

    Permalink
  7. def fileAsync(destination: Path, format: LogFormat, logLevel: LogLevel, charset: Charset, autoFlushBatchSize: Int, bufferedIOSize: Option[Int]): ZLayer[Any, Nothing, Unit]

    Permalink
  8. def fileAsyncJson(destination: Path, format: LogFormat, logLevel: LogLevel, charset: Charset, autoFlushBatchSize: Int, bufferedIOSize: Option[Int]): ZLayer[Any, Nothing, Unit]

    Permalink
  9. def fileJson(destination: Path, format: LogFormat, logLevel: LogLevel, charset: Charset, autoFlushBatchSize: Int, bufferedIOSize: Option[Int]): ZLayer[Any, Nothing, Unit]

    Permalink
  10. val logContext: FiberRef[LogContext]

    Permalink
  11. val removeDefaultLoggers: ZLayer[Any, Nothing, Unit]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped