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

Type Members

  1. type Appender[A] = Has[Service[A]]
  2. 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.

  3. final case class LogContext extends Product with Serializable

    A LogContext stores context associated with logging operations.

  4. trait LogFormat[A] extends AnyRef

    Log Format represents function that that take context with all log annotations and string line and produce final log entry.

    Log Format represents function that that take context with all log annotations and string line and produce final log entry.

    Idea is that those format should be composed by decoration.

  5. sealed trait LogLevel extends AnyRef

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

  6. trait Logger[-A] extends AnyRef
  7. type Logging = Has[Logger[String]]
  8. trait PlatformSpecificLogAppenderModifiers extends AnyRef

Value Members

  1. object LogAnnotation extends Serializable
  2. object LogAppender extends PlatformSpecificLogAppenderModifiers

    Represents log writer function that turns A into String and put in console or save to file.

  3. object LogContext extends Serializable
  4. object LogDatetimeFormatter
  5. object LogFiltering
  6. object LogFormat
  7. object LogLevel
  8. object Logger
  9. object Logging
  10. object log

Inherited from AnyRef

Inherited from Any

Ungrouped