Package org.slf4j.event
Class SubstituteLoggingEvent
java.lang.Object
org.slf4j.event.SubstituteLoggingEvent
- All Implemented Interfaces:
- LoggingEvent
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidObject[]getLevel()List of markers in the event, might be null.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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.slf4j.event.LoggingEventgetCallerBoundary
- 
Constructor Details- 
SubstituteLoggingEventpublic SubstituteLoggingEvent()
 
- 
- 
Method Details- 
getLevel- Specified by:
- getLevelin interface- LoggingEvent
 
- 
setLevel
- 
getMarkersDescription copied from interface:LoggingEventList of markers in the event, might be null.- Specified by:
- getMarkersin interface- LoggingEvent
- Returns:
- markers in the event, might be null.
 
- 
addMarker
- 
getLoggerName- Specified by:
- getLoggerNamein interface- LoggingEvent
 
- 
setLoggerName
- 
getLogger
- 
setLogger
- 
getMessage- Specified by:
- getMessagein interface- LoggingEvent
 
- 
setMessage
- 
getArgumentArray- Specified by:
- getArgumentArrayin interface- LoggingEvent
 
- 
setArgumentArray
- 
getArguments- Specified by:
- getArgumentsin interface- LoggingEvent
 
- 
getTimeStamp- Specified by:
- getTimeStampin interface- LoggingEvent
 
- 
setTimeStamp
- 
getThreadName- Specified by:
- getThreadNamein interface- LoggingEvent
 
- 
setThreadName
- 
getThrowable- Specified by:
- getThrowablein interface- LoggingEvent
 
- 
setThrowable
- 
getKeyValuePairs- Specified by:
- getKeyValuePairsin interface- LoggingEvent
 
 
-