java.lang.Object
org.slf4j.event.SubstituteLoggingEvent
- All Implemented Interfaces:
LoggingEvent
An implementation of
LoggingEvent used to store logging events generated during logging backend
initialization.- Since:
- 1.7.15
- Author:
- Ceki Gülcü
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidObject[]getLevel()longvoidsetArgumentArray(Object[] argArray) voidvoidsetLogger(SubstituteLogger logger) voidsetLoggerName(String loggerName) voidsetMessage(String message) voidsetThreadName(String threadName) voidsetThrowable(Throwable throwable) voidsetTimeStamp(long timeStamp) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.slf4j.event.LoggingEvent
getCallerBoundary
-
Constructor Details
-
SubstituteLoggingEvent
public SubstituteLoggingEvent()
-
-
Method Details
-
getLevel
- Specified by:
getLevelin interfaceLoggingEvent
-
setLevel
-
getMarkers
- Specified by:
getMarkersin interfaceLoggingEvent
-
addMarker
-
getLoggerName
- Specified by:
getLoggerNamein interfaceLoggingEvent
-
setLoggerName
-
getLogger
-
setLogger
-
getMessage
- Specified by:
getMessagein interfaceLoggingEvent
-
setMessage
-
getArgumentArray
- Specified by:
getArgumentArrayin interfaceLoggingEvent
-
setArgumentArray
-
getArguments
- Specified by:
getArgumentsin interfaceLoggingEvent
-
getTimeStamp
- Specified by:
getTimeStampin interfaceLoggingEvent
-
setTimeStamp
-
getThreadName
- Specified by:
getThreadNamein interfaceLoggingEvent
-
setThreadName
-
getThrowable
- Specified by:
getThrowablein interfaceLoggingEvent
-
setThrowable
-
getKeyValuePairs
- Specified by:
getKeyValuePairsin interfaceLoggingEvent
-