trace4cats.iolocal

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Inherited methods

def ioLocalProvide[Ctx](rootCtx: IOLocal[Ctx]): Provide[IO, IO, Ctx]

Attributes

Inherited from:
IOLocalContextInstances
def ioLocalTrace[Ctx](rootCtx: IOLocal[Ctx])(implicit lens: Lens[Ctx, Span[IO]]): WithContext[IO]

Construct a Trace[IO] instance backed by the given IOLocal[Ctx].

Construct a Trace[IO] instance backed by the given IOLocal[Ctx].

Attributes

Inherited from:
IOLocalTraceInstances