ZProcessLogger

oxygen.zio.system.ZProcessLogger
See theZProcessLogger companion object
final case class ZProcessLogger(loggers: Set[ZLogger[String, Any]], trace: Trace, fiberId: FiberId, outLevel: LogLevel, errorLevel: LogLevel, fiberRefs: FiberRefs, spans: List[LogSpan], annotations: Map[String, String]) extends ProcessLogger

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ProcessLogger
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def buffer[T](f: => T): T

Attributes

Definition Classes
ProcessLogger
override def err(s: => String): Unit

Attributes

Definition Classes
ProcessLogger
override def out(s: => String): Unit

Attributes

Definition Classes
ProcessLogger

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product