log
object log
class Object
trait Matchable
class Any
Value members
Methods
def locally[R <: Logging, E, A1](fn: LogContext => LogContext)(zio: ZIO[R, E, A1]): ZIO[Logging & R, E, A1]
def locallyM[R <: Logging, E, A1](fn: LogContext => URIO[R, LogContext])(zio: ZIO[R, E, A1]): ZIO[Logging & R, E, A1]