ExecutedEvent

harness.zio.Logger$.ExecutedEvent
See theExecutedEvent companion object
final case class ExecutedEvent(logLevel: Option[LogLevel], message: String, context: Map[String, String], dateTime: OffsetDateTime)

Attributes

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

Members list

Value members

Concrete methods

def formatted(colorMode: ColorMode): String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product