LogEntry

zio.test.ZTestLogger$.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.

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

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

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product