LogEntry

final case class LogEntry(trace: Trace, fiberId: FiberId, logLevel: LogLevel, message: () => String, cause: Cause[Any], context: FiberRefs, spans: List[LogSpan], annotations: Map[String, String])

A log entry captures all of the contents of a log message as a data structure.

trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def call[A](zlogger: ZLogger[String, A]): A

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product