Logger

harness.zio.Logger
See theLogger companion object
final case class Logger(sources: List[Source], defaultMinLogTolerance: LogLevel, defaultContext: Map[String, String])

Attributes

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

Members list

Value members

Concrete methods

def addContext(context: Map[String, String]): Logger
def execute(event: Event): UIO[Unit]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product