Packages

package log4zio

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait Level extends AnyRef

    Support for conventional JVM-style logging, ie tagged with level and timestamp

  2. trait Log[A] extends AnyRef
  3. final case class LogMedium[A](log: (A) => UIO[Unit]) extends Product with Serializable

    Encapsulation of log writing to some medium, via A => UIO[Unit]

  4. final case class Tagged[A](level: Level, message: () => A) extends Product with Serializable

Value Members

  1. object Level
  2. object Log
  3. object RawLogMedium
  4. object TaggedStringLogMedium

Ungrouped