Packages

p

zio

logging

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. Protected

Package Members

  1. package backend

Value Members

  1. def console(format: LogFormat, logFilter: LogFilter[String]): ZLayer[Any, Nothing, Unit]
  2. def console(format: LogFormat, logLevel: LogLevel): ZLayer[Any, Nothing, Unit]
  3. def consoleErr(format: LogFormat, logFilter: LogFilter[String]): ZLayer[Any, Nothing, Unit]
  4. def consoleErr(format: LogFormat, logLevel: LogLevel): ZLayer[Any, Nothing, Unit]
  5. def consoleErrJson(format: LogFormat, logFilter: LogFilter[String]): ZLayer[Any, Nothing, Unit]
  6. def consoleErrJson(format: LogFormat, logLevel: LogLevel): ZLayer[Any, Nothing, Unit]
  7. def consoleJson(format: LogFormat, logFilter: LogFilter[String]): ZLayer[Any, Nothing, Unit]
  8. def consoleJson(format: LogFormat, logLevel: LogLevel): ZLayer[Any, Nothing, Unit]
  9. def file(destination: Path, format: LogFormat, logFilter: LogFilter[String], charset: Charset, autoFlushBatchSize: Int, bufferedIOSize: Option[Int]): ZLayer[Any, Nothing, Unit]
  10. def file(destination: Path, format: LogFormat, logLevel: LogLevel, charset: Charset, autoFlushBatchSize: Int, bufferedIOSize: Option[Int]): ZLayer[Any, Nothing, Unit]
  11. def fileAsync(destination: Path, format: LogFormat, logFilter: LogFilter[String], charset: Charset, autoFlushBatchSize: Int, bufferedIOSize: Option[Int]): ZLayer[Any, Nothing, Unit]
  12. def fileAsync(destination: Path, format: LogFormat, logLevel: LogLevel, charset: Charset, autoFlushBatchSize: Int, bufferedIOSize: Option[Int]): ZLayer[Any, Nothing, Unit]
  13. def fileAsyncJson(destination: Path, format: LogFormat, logFilter: LogFilter[String], charset: Charset, autoFlushBatchSize: Int, bufferedIOSize: Option[Int]): ZLayer[Any, Nothing, Unit]
  14. def fileAsyncJson(destination: Path, format: LogFormat, logLevel: LogLevel, charset: Charset, autoFlushBatchSize: Int, bufferedIOSize: Option[Int]): ZLayer[Any, Nothing, Unit]
  15. def fileJson(destination: Path, format: LogFormat, logFilter: LogFilter[String], charset: Charset, autoFlushBatchSize: Int, bufferedIOSize: Option[Int]): ZLayer[Any, Nothing, Unit]
  16. def fileJson(destination: Path, format: LogFormat, logLevel: LogLevel, charset: Charset, autoFlushBatchSize: Int, bufferedIOSize: Option[Int]): ZLayer[Any, Nothing, Unit]
  17. val logContext: FiberRef[LogContext]
  18. val removeDefaultLoggers: ZLayer[Any, Nothing, Unit]

Inherited from AnyRef

Inherited from Any

Ungrouped