zio.logging
package zio.logging
Type members
Classlikes
final case class LogAnnotation[A](name: String, initialValue: A, combine: (A, A) => A, render: A => String)(`evidence$1`: ClassTag[A])
A LogAnnotation describes a particular type of annotation applied to log
lines.
- Companion
- object
final case class LogContext
A LogContext stores context associated with logging operations.
- Companion
- object
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.
- Companion
- object