Package

com.leighperry

log4zio

Permalink

package log4zio

Visibility
  1. Public
  2. All

Type Members

  1. trait Level extends AnyRef

    Permalink

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

  2. trait Log[A] extends AnyRef

    Permalink
  3. final case class LogMedium[A](log: (A) ⇒ UIO[Unit]) extends Product with Serializable

    Permalink

    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

    Permalink

Value Members

  1. object Level

    Permalink
  2. object Log

    Permalink
  3. object RawLogMedium

    Permalink
  4. object TaggedStringLogMedium

    Permalink

Ungrouped