package logging
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- logging
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def log(level: LogLevel)(line: ⇒ String): ZIO[Logging, Nothing, Unit]
- def log(line: ⇒ String): ZIO[Logging, Nothing, Unit]
- def logError(cause: Cause[Any]): ZIO[Logging, Nothing, Unit]
- def logLocally[A, R <: Logging, E, A1](fn: (LogContext) ⇒ LogContext)(zio: ZIO[R, E, A1]): ZIO[Logging with R, E, A1]
- def logThrowable(t: Throwable): ZIO[Logging, Nothing, Unit]