Packages

p

zio

logging

package logging

Ordering
  1. Alphabetic
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 Logger extends LoggerLike[String]

    A logger of strings.

  5. trait LoggerLike[-A] extends AnyRef

Value Members

  1. object LogAnnotation extends Serializable
  2. object LogContext extends Serializable
  3. object LogLevel
  4. object Logger
  5. object Logging
  6. object log

Ungrouped