Package org.slf4j.event
Class SubstituteLoggingEvent
java.lang.Object
org.slf4j.event.SubstituteLoggingEvent
- All Implemented Interfaces:
LoggingEvent
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Object[]
getLevel()
List of markers in the event, might be null.long
void
setArgumentArray
(Object[] argArray) void
void
setLogger
(SubstituteLogger logger) void
setLoggerName
(String loggerName) void
setMessage
(String message) void
setThreadName
(String threadName) void
setThrowable
(Throwable throwable) void
setTimeStamp
(long timeStamp) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.slf4j.event.LoggingEvent
getCallerBoundary
-
Constructor Details
-
SubstituteLoggingEvent
public SubstituteLoggingEvent()
-
-
Method Details
-
getLevel
- Specified by:
getLevel
in interfaceLoggingEvent
-
setLevel
-
getMarkers
Description copied from interface:LoggingEvent
List of markers in the event, might be null.- Specified by:
getMarkers
in interfaceLoggingEvent
- Returns:
- markers in the event, might be null.
-
addMarker
-
getLoggerName
- Specified by:
getLoggerName
in interfaceLoggingEvent
-
setLoggerName
-
getLogger
-
setLogger
-
getMessage
- Specified by:
getMessage
in interfaceLoggingEvent
-
setMessage
-
getArgumentArray
- Specified by:
getArgumentArray
in interfaceLoggingEvent
-
setArgumentArray
-
getArguments
- Specified by:
getArguments
in interfaceLoggingEvent
-
getTimeStamp
- Specified by:
getTimeStamp
in interfaceLoggingEvent
-
setTimeStamp
-
getThreadName
- Specified by:
getThreadName
in interfaceLoggingEvent
-
setThreadName
-
getThrowable
- Specified by:
getThrowable
in interfaceLoggingEvent
-
setThrowable
-
getKeyValuePairs
- Specified by:
getKeyValuePairs
in interfaceLoggingEvent
-