sealed trait LogEvent extends NoSerializationVerificationNeeded
Ordering
- Alphabetic
- By Inheritance
Inherited
- LogEvent
- NoSerializationVerificationNeeded
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
Concrete Value Members
- def getMDC: Map[String, Any]
Java API: Retrieve the contents of the MDC.
- def mdc: MDC
Extra values for adding to MDC
- val thread: Thread
The thread that created this log event
The thread that created this log event
- Annotations
- @transient()
- val timestamp: Long
When this LogEvent was created according to System.currentTimeMillis
Base type of LogEvents