case class Error(cause: Throwable, logSource: String, logClass: Class[_], message: Any = "") extends LogEvent with Product with Serializable
- Alphabetic
- By Inheritance
- Error
- Serializable
- Serializable
- Product
- Equals
- LogEvent
- NoSerializationVerificationNeeded
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
Value Members
- val cause: Throwable
-
def
getMDC: Map[String, Any]
Java API: Retrieve the contents of the MDC.
Java API: Retrieve the contents of the MDC.
- Definition Classes
- LogEvent
-
def
level: LogLevel
The LogLevel of this LogEvent
- val logClass: Class[_]
- val logSource: String
-
def
mdc: MDC
Extra values for adding to MDC
Extra values for adding to MDC
- Definition Classes
- LogEvent
- val message: Any
-
val
thread: Thread
The thread that created this log event
The thread that created this log event
- Definition Classes
- LogEvent
- Annotations
- @transient()
-
val
timestamp: Long
When this LogEvent was created according to System.currentTimeMillis
When this LogEvent was created according to System.currentTimeMillis
- Definition Classes
- LogEvent