ZTestLogger

Companion:
class
class Object
trait Matchable
class Any

Type members

Classlikes

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.

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

Value members

Concrete fields

val default: ZLayer[Any, Nothing, Any]

A layer which constructs a new ZTestLogger and runs the effect it is provided to with the Runtime updated to add the ZTestLogger.

A layer which constructs a new ZTestLogger and runs the effect it is provided to with the Runtime updated to add the ZTestLogger.

Accesses the contents of the current test logger.

Accesses the contents of the current test logger.