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. Protected

Package Members

  1. package slf4j

Value Members

  1. def locallyAnnotate[A, R <: Logging, E, A1](annotation: LogAnnotation[A], value: A)(zio: ZIO[R, E, A1]): ZIO[Logging with R, E, A1]
  2. def log(level: LogLevel)(line: => String): ZIO[Logging, Nothing, Unit]
  3. def log(line: => String): ZIO[Logging, Nothing, Unit]

Inherited from AnyRef

Inherited from Any

Ungrouped