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

Value Members

  1. def annotate(annotations: (String, String)*): ZIOAspect[Nothing, Any, Nothing, Any, Nothing, Any]
  2. def console(format: LogFormat, logLevel: LogLevel): RuntimeConfigAspect
  3. def consoleErr(format: LogFormat, logLevel: LogLevel): RuntimeConfigAspect
  4. def file(destination: Path, format: LogFormat, logLevel: LogLevel, charset: Charset, autoFlushBatchSize: Int, bufferedIOSize: Option[Int]): RuntimeConfigAspect
  5. def fileAsync(destination: Path, format: LogFormat, logLevel: LogLevel, charset: Charset, autoFlushBatchSize: Int, bufferedIOSize: Option[Int]): RuntimeConfigAspect
  6. val logAnnotation: ZFiberRef.Runtime[Map[String, String]]
  7. val logContext: ZFiberRef.Runtime[LogContext]

Inherited from AnyRef

Inherited from Any

Ungrouped