Packages

p

trace4cats

iolocal

package iolocal

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. iolocal
  2. IOLocalContextInstances
  3. IOLocalTraceInstances
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait IOLocalTraceInstances extends AnyRef

Value Members

  1. def ioLocalProvide[Ctx](rootCtx: IOLocal[Ctx]): Provide[IO, IO, Ctx]
    Definition Classes
    IOLocalContextInstances
  2. def ioLocalTrace[Ctx](rootCtx: IOLocal[Ctx])(implicit lens: Lens[Ctx, kernel.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].

    Definition Classes
    IOLocalTraceInstances

Inherited from IOLocalContextInstances

Inherited from IOLocalTraceInstances

Inherited from AnyRef

Inherited from Any

Ungrouped