ExecutedLogEvent

oxygen.zio.logger.ExecutedLogEvent
final case class ExecutedLogEvent(logLevel: Option[LogLevel], message: String, context: LogContext, spans: LogSpans, fiberId: FiberId, cause: LogCause, trace: Trace, stackTrace: Option[StackTrace], timestamp: Instant)

Attributes

Experimental
true
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, logTimestamp: Boolean, logTrace: Boolean, logStack: Boolean, logFiberId: Boolean): String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product