ZTestLogger

zio.test.ZTestLogger$
See theZTestLogger companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

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.

Attributes

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

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.

Attributes

Accesses the contents of the current test logger.

Accesses the contents of the current test logger.

Attributes