public interface LogEvent
| Modifier and Type | Method and Description |
|---|---|
String |
getComponentId()
Integer value of the log Level.
|
String |
getECId()
ECId for the current request for this log event.
|
String |
getLevel()
The name of the Level for this event.
|
int |
getLevelValue() |
String |
getLogger()
Logger name identifying the source of this event.
|
String |
getMessage()
The message body including the stack trace of the associated Exception.
|
String |
getMessageId()
The message id for this log event.
|
Map<String,Object> |
getSupplementalAttributes()
Optional name-value pairs associated with this log event.
|
long |
getThreadId()
The thread ID where this log event originated.
|
String |
getThreadName()
Thread name from where this log event originated.
|
long |
getTimeMillis()
Raw timestamp in milliseconds.
|
String |
getTimestamp()
The formatted timestamp in the log event.
|
String |
getUser()
Current user Id executing this request during this log event.
|
String getTimestamp()
String getMessage()
String getLevel()
String getLogger()
int getLevelValue()
String getComponentId()
long getTimeMillis()
String getMessageId()
long getThreadId()
String getThreadName()
String getUser()
String getECId()
Copyright © 2017. All rights reserved.