Packages

p

zio

logging

package logging

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

Type Members

  1. final case class LogAnnotation[A](name: String, initialValue: A, combine: (A, A) => A, render: (A) => String)(implicit evidence$1: ClassTag[A]) extends Product with Serializable

    A LogAnnotation describes a particular type of annotation applied to log lines.

  2. final case class LogContext extends Product with Serializable

    A LogContext stores context associated with logging operations.

  3. sealed trait LogLevel extends AnyRef

    A log level defines the level at which an element is logged.

  4. trait LogWriter[R] extends AnyRef
  5. trait Logger[-A] extends AnyRef
  6. type Logging = Has[Logger[String]]

Value Members

  1. object LogAnnotation extends Serializable
  2. object LogContext extends Serializable
  3. object LogDatetimeFormatter
  4. object LogLevel
  5. object LogWriter
  6. object Logging
  7. object log

Inherited from AnyRef

Inherited from Any

Ungrouped