Package

zio

logging

Permalink

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

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

    Permalink

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

  2. final case class LogContext extends Product with Serializable

    Permalink

    A LogContext stores context associated with logging operations.

  3. sealed trait LogLevel extends AnyRef

    Permalink

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

  4. trait Logger[-A] extends AnyRef

    Permalink
  5. type Logging = Has[Logger[String]]

    Permalink

Value Members

  1. object LogAnnotation extends Serializable

    Permalink
  2. object LogContext extends Serializable

    Permalink
  3. object LogLevel

    Permalink
  4. object Logging

    Permalink
  5. object log

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped