Packages

p

zio

logging

package logging

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. logging
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def log(level: LogLevel)(line: ⇒ String): ZIO[Logging, Nothing, Unit]
  2. def log(line: ⇒ String): ZIO[Logging, Nothing, Unit]
  3. def logDebug(line: ⇒ String): ZIO[Logging, Nothing, Unit]
  4. def logError(cause: Cause[Any]): ZIO[Logging, Nothing, Unit]
  5. def logInfo(line: ⇒ String): ZIO[Logging, Nothing, Unit]
  6. def logLocally[A, R <: Logging, E, A1](fn: (LogContext) ⇒ LogContext)(zio: ZIO[R, E, A1]): ZIO[Logging with R, E, A1]
  7. def logThrowable(t: Throwable): ZIO[Logging, Nothing, Unit]
  8. def logTrace(line: ⇒ String): ZIO[Logging, Nothing, Unit]
  9. def logWarn(line: ⇒ String): ZIO[Logging, Nothing, Unit]

Inherited from AnyRef

Inherited from Any

Ungrouped