package logging
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- 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
LogAnnotationdescribes a particular type of annotation applied to log lines. - final case class LogContext extends Product with Serializable
A
LogContextstores context associated with logging operations. - sealed trait LogLevel extends AnyRef
A log level defines the level at which an element is logged.
- trait Logger extends LoggerLike[String]
A logger of strings.
- trait LoggerLike[-A] extends AnyRef