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 consoleErrJsonLogger(configPath: String): ZLayer[Any, Error, Unit]
  2. def consoleErrJsonLogger(config: ConsoleLoggerConfig): ZLayer[Any, Nothing, Unit]
  3. def consoleErrLogger(configPath: String): ZLayer[Any, Error, Unit]
  4. def consoleErrLogger(config: ConsoleLoggerConfig): ZLayer[Any, Nothing, Unit]
  5. def consoleJsonLogger(configPath: String): ZLayer[Any, Error, Unit]
  6. def consoleJsonLogger(config: ConsoleLoggerConfig): ZLayer[Any, Nothing, Unit]
  7. def consoleLogger(configPath: String): ZLayer[Any, Error, Unit]
  8. def consoleLogger(config: ConsoleLoggerConfig): ZLayer[Any, Nothing, Unit]
  9. def fileAsyncJsonLogger(configPath: String): ZLayer[Any, Error, Unit]
  10. def fileAsyncJsonLogger(config: FileLoggerConfig): ZLayer[Any, Nothing, Unit]
  11. def fileAsyncLogger(configPath: String): ZLayer[Any, Error, Unit]
  12. def fileAsyncLogger(config: FileLoggerConfig): ZLayer[Any, Nothing, Unit]
  13. def fileJsonLogger(configPath: String): ZLayer[Any, Error, Unit]
  14. def fileJsonLogger(config: FileLoggerConfig): ZLayer[Any, Nothing, Unit]
  15. def fileLogger(configPath: String): ZLayer[Any, Error, Unit]
  16. def fileLogger(config: FileLoggerConfig): ZLayer[Any, Nothing, Unit]
  17. val logContext: FiberRef[LogContext]
  18. val logMetrics: ZLayer[Any, Nothing, Unit]
  19. def logMetricsWith(name: String, logLevelLabel: String): ZLayer[Any, Nothing, Unit]
  20. def loggerName(value: String): ZIOAspect[Nothing, Any, Nothing, Any, Nothing, Any]
  21. val loggerNameAnnotationKey: String
  22. val removeDefaultLoggers: ZLayer[Any, Nothing, Unit]

Deprecated Value Members

  1. def console(format: LogFormat, logFilter: LogFilter[String]): ZLayer[Any, Nothing, Unit]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.1.10) use zio.logging.consoleLogger

  2. def console(format: LogFormat, logLevel: LogLevel): ZLayer[Any, Nothing, Unit]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.1.10) use zio.logging.consoleLogger

  3. def consoleErr(format: LogFormat, logFilter: LogFilter[String]): ZLayer[Any, Nothing, Unit]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.1.10) use zio.logging.consoleErrLogger

  4. def consoleErr(format: LogFormat, logLevel: LogLevel): ZLayer[Any, Nothing, Unit]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.1.10) use zio.logging.consoleErrLogger

  5. def consoleErrJson(format: LogFormat, logFilter: LogFilter[String]): ZLayer[Any, Nothing, Unit]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.1.10) use zio.logging.consoleErrJsonLogger

  6. def consoleErrJson(format: LogFormat, logLevel: LogLevel): ZLayer[Any, Nothing, Unit]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.1.10) use zio.logging.consoleErrJsonLogger

  7. def consoleJson(format: LogFormat, logFilter: LogFilter[String]): ZLayer[Any, Nothing, Unit]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.1.10) use zio.logging.consoleJsonLogger

  8. def consoleJson(format: LogFormat, logLevel: LogLevel): ZLayer[Any, Nothing, Unit]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.1.10) use zio.logging.consoleJsonLogger

  9. def file(destination: Path, format: LogFormat, logFilter: LogFilter[String], charset: Charset, autoFlushBatchSize: Int, bufferedIOSize: Option[Int], rollingPolicy: Option[FileRollingPolicy]): ZLayer[Any, Nothing, Unit]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.1.10) use zio.logging.fileLogger

  10. def file(destination: Path, format: LogFormat, logLevel: LogLevel, charset: Charset, autoFlushBatchSize: Int, bufferedIOSize: Option[Int], rollingPolicy: Option[FileRollingPolicy]): ZLayer[Any, Nothing, Unit]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.1.10) use zio.logging.fileLogger

  11. def fileAsync(destination: Path, format: LogFormat, logFilter: LogFilter[String], charset: Charset, autoFlushBatchSize: Int, bufferedIOSize: Option[Int], rollingPolicy: Option[FileRollingPolicy]): ZLayer[Any, Nothing, Unit]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.1.10) use zio.logging.fileAsyncLogger

  12. def fileAsync(destination: Path, format: LogFormat, logLevel: LogLevel, charset: Charset, autoFlushBatchSize: Int, bufferedIOSize: Option[Int], rollingPolicy: Option[FileRollingPolicy]): ZLayer[Any, Nothing, Unit]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.1.10) use zio.logging.fileAsyncLogger

  13. def fileAsyncJson(destination: Path, format: LogFormat, logFilter: LogFilter[String], charset: Charset, autoFlushBatchSize: Int, bufferedIOSize: Option[Int], rollingPolicy: Option[FileRollingPolicy]): ZLayer[Any, Nothing, Unit]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.1.10) use zio.logging.fileAsyncJsonLogger

  14. def fileAsyncJson(destination: Path, format: LogFormat, logLevel: LogLevel, charset: Charset, autoFlushBatchSize: Int, bufferedIOSize: Option[Int], rollingPolicy: Option[FileRollingPolicy]): ZLayer[Any, Nothing, Unit]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.1.10) use zio.logging.fileAsyncJsonLogger

  15. def fileJson(destination: Path, format: LogFormat, logFilter: LogFilter[String], charset: Charset, autoFlushBatchSize: Int, bufferedIOSize: Option[Int], rollingPolicy: Option[FileRollingPolicy]): ZLayer[Any, Nothing, Unit]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.1.10) use zio.logging.fileJsonLogger

  16. def fileJson(destination: Path, format: LogFormat, logLevel: LogLevel, charset: Charset, autoFlushBatchSize: Int, bufferedIOSize: Option[Int], rollingPolicy: Option[FileRollingPolicy]): ZLayer[Any, Nothing, Unit]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.1.10) use zio.logging.fileJsonLogger

Inherited from AnyRef

Inherited from Any

Ungrouped