package logging
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- logging
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def annotate(annotations: (String, String)*): ZIOAspect[Nothing, Any, Nothing, Any, Nothing, Any]
- def console(format: LogFormat, logLevel: LogLevel): RuntimeConfigAspect
- def consoleErr(format: LogFormat, logLevel: LogLevel): RuntimeConfigAspect
- def file(destination: Path, format: LogFormat, logLevel: LogLevel, charset: Charset, autoFlushBatchSize: Int, bufferedIOSize: Option[Int]): RuntimeConfigAspect
- def fileAsync(destination: Path, format: LogFormat, logLevel: LogLevel, charset: Charset, autoFlushBatchSize: Int, bufferedIOSize: Option[Int]): RuntimeConfigAspect
- val logAnnotation: ZFiberRef.Runtime[Map[String, String]]
- val logContext: ZFiberRef.Runtime[LogContext]