Package org.slf4j.event
Interface LoggingEvent
- All Known Implementing Classes:
- DefaultLoggingEvent,- SubstituteLoggingEvent
public interface LoggingEvent
The minimal interface sufficient for the restitution of data passed
 by the user to the SLF4J API.
- Since:
- 1.7.15
- Author:
- Ceki Gülcü
- 
Method Details- 
getLevel
- 
getLoggerName
- 
getMessage
- 
getArguments
- 
getArgumentArray
- 
getMarkersList<Marker> getMarkers()List of markers in the event, might be null.- Returns:
- markers in the event, might be null.
 
- 
getKeyValuePairs
- 
getThrowable
- 
getTimeStamplong getTimeStamp()
- 
getThreadName
- 
getCallerBoundaryReturns the presumed caller boundary provided by the logging library (not the user of the library). Null by default.- Returns:
- presumed caller, null by default.
 
 
-