Tracer

zio.internal.stacktracer.Tracer$
See theTracer companion trait
object Tracer

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Tracer.type

Members list

Type members

Types

type Traced = Any

Value members

Concrete methods

inline def newTrace: Type

Explicitly generate a new trace

Explicitly generate a new trace

Attributes

Concrete fields

Givens

Givens

inline given autoTrace: Type

This implicit is always in scope and will generate a new Trace any time one is implicitly required (or the method is explicitly called)

This implicit is always in scope and will generate a new Trace any time one is implicitly required (or the method is explicitly called)

This can be disabled by importing import zio.stacktracer.TracingImplicits.disableAutoTrace

Attributes