object log
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- log
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(level: LogLevel)(line: => String): ZIO[Logging, Nothing, Unit]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- 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
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def error(line: => String, cause: Cause[Any]): ZIO[Logging, Nothing, Unit]
- def error(line: => String): ZIO[Logging, Nothing, Unit]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def info(line: => String): ZIO[Logging, Nothing, Unit]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def throwable(line: => String, t: Throwable): ZIO[Logging, Nothing, Unit]
- def toString(): String
- Definition Classes
- AnyRef → Any
- def trace(line: => String): ZIO[Logging, Nothing, Unit]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def warn(line: => String, cause: Cause[Any]): ZIO[Logging, Nothing, Unit]
- def warn(line: => String): ZIO[Logging, Nothing, Unit]