public interface LoggingEvent
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getArgumentArray()
Not sure this is used.
|
LogLevel |
getLevel()
Get the log level.
|
String |
getLoggerName()
Get the name of the logger that created this event.
|
String |
getMdc(String mdc)
Get the Mapped Diagnostic Context.
|
String |
getMessage()
Get the message.
|
String |
getThreadName()
Get the thread name.
|
ThrowableProxy |
getThrowable()
Get the throwable.
|
long |
getTimeStamp()
Get the time the event was created.
|
LogLevel getLevel()
String getMdc(String mdc)
mdc - String getLoggerName()
String getMessage()
String getThreadName()
Object[] getArgumentArray()
long getTimeStamp()
ThrowableProxy getThrowable()
Copyright © 2023. All rights reserved.