object log
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def apply(level: LogLevel)(line: => String): ZIO[Logging, Nothing, Unit]
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- val context: URIO[Logging, LogContext]
- def debug(line: => String): ZIO[Logging, Nothing, Unit]
- def derive(f: (LogContext) => LogContext): ZIO[Logging, Nothing, Logger[String]]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def error(line: => String, cause: Cause[Any]): ZIO[Logging, Nothing, Unit]
- def error(line: => String): ZIO[Logging, Nothing, Unit]
- def finalize(): Unit
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- def info(line: => String): ZIO[Logging, Nothing, Unit]
- final def isInstanceOf[T0]: Boolean
- def locally[R <: Logging, E, A1](fn: (LogContext) => LogContext)(zio: ZIO[R, E, A1]): ZIO[Logging with R, E, A1]
- def locallyM[R <: Logging, E, A1](fn: (LogContext) => URIO[R, LogContext])(zio: ZIO[R, E, A1]): ZIO[Logging with R, E, A1]
- def locallyManaged[R <: Logging, E, A1](fn: (LogContext) => LogContext)(managed: ZManaged[R, E, A1]): ZManaged[Logging with R, E, A1]
- def locallyZStream[R <: Logging, E, A1](fn: (LogContext) => LogContext)(stream: ZStream[R, E, A1]): ZStream[Logging with R, E, A1]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def throwable(line: => String, t: Throwable): ZIO[Logging, Nothing, Unit]
- def toString(): String
- def trace(line: => String): ZIO[Logging, Nothing, Unit]
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- def warn(line: => String, cause: Cause[Any]): ZIO[Logging, Nothing, Unit]
- def warn(line: => String): ZIO[Logging, Nothing, Unit]
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Ungrouped
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def apply(level: LogLevel)(line: => String): ZIO[Logging, Nothing, Unit]
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- val context: URIO[Logging, LogContext]
- def debug(line: => String): ZIO[Logging, Nothing, Unit]
- def derive(f: (LogContext) => LogContext): ZIO[Logging, Nothing, Logger[String]]
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def error(line: => String, cause: Cause[Any]): ZIO[Logging, Nothing, Unit]
- def error(line: => String): ZIO[Logging, Nothing, Unit]
- def finalize(): Unit
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- def info(line: => String): ZIO[Logging, Nothing, Unit]
- final def isInstanceOf[T0]: Boolean
- def locally[R <: Logging, E, A1](fn: (LogContext) => LogContext)(zio: ZIO[R, E, A1]): ZIO[Logging with R, E, A1]
- def locallyM[R <: Logging, E, A1](fn: (LogContext) => URIO[R, LogContext])(zio: ZIO[R, E, A1]): ZIO[Logging with R, E, A1]
- def locallyManaged[R <: Logging, E, A1](fn: (LogContext) => LogContext)(managed: ZManaged[R, E, A1]): ZManaged[Logging with R, E, A1]
- def locallyZStream[R <: Logging, E, A1](fn: (LogContext) => LogContext)(stream: ZStream[R, E, A1]): ZStream[Logging with R, E, A1]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def throwable(line: => String, t: Throwable): ZIO[Logging, Nothing, Unit]
- def toString(): String
- def trace(line: => String): ZIO[Logging, Nothing, Unit]
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- def warn(line: => String, cause: Cause[Any]): ZIO[Logging, Nothing, Unit]
- def warn(line: => String): ZIO[Logging, Nothing, Unit]