Uses of Interface
org.slf4j.Marker
Package
Description
Core logging interfaces.
Localized logging using the CAL10N API.
Helper classes.
Classes and interfaces which are internal to SLF4J.
-
Uses of Marker in org.slf4j
Modifier and TypeMethodDescriptionIMarkerFactory.getDetachedMarker
(String name) Create a marker which is detached (even at birth) from this IMarkerFactory.static Marker
MarkerFactory.getDetachedMarker
(String name) Create a marker which is detached (even at birth) from the MarkerFactory.Manufacture aMarker
instance by name.static Marker
Return a Marker instance as specified by the name parameter using the previously boundIMarkerFactory
instance.Modifier and TypeMethodDescriptionMarker.iterator()
Returns an Iterator which can be used to iterate over the references of this marker.Modifier and TypeMethodDescriptionvoid
Add a reference to another Marker.boolean
Does this marker contain a reference to the 'other' marker? Marker A is defined to contain marker B, if A == B or if B is referenced by A, or if B is referenced by any one of A's references (recursively).void
Log a message with the specific Marker at the DEBUG level.void
This method is similar toLogger.debug(String, Object)
method except that the marker data is also taken into consideration.void
This method is similar toLogger.debug(String, Object...)
method except that the marker data is also taken into consideration.void
This method is similar toLogger.debug(String, Object, Object)
method except that the marker data is also taken into consideration.void
This method is similar toLogger.debug(String, Throwable)
method except that the marker data is also taken into consideration.void
Log a message with the specific Marker at the ERROR level.void
This method is similar toLogger.error(String, Object)
method except that the marker data is also taken into consideration.void
This method is similar toLogger.error(String, Object...)
method except that the marker data is also taken into consideration.void
This method is similar toLogger.error(String, Object, Object)
method except that the marker data is also taken into consideration.void
This method is similar toLogger.error(String, Throwable)
method except that the marker data is also taken into consideration.void
Log a message with the specific Marker at the INFO level.void
This method is similar toLogger.info(String, Object)
method except that the marker data is also taken into consideration.void
This method is similar toLogger.info(String, Object...)
method except that the marker data is also taken into consideration.void
This method is similar toLogger.info(String, Object, Object)
method except that the marker data is also taken into consideration.void
This method is similar toLogger.info(String, Throwable)
method except that the marker data is also taken into consideration.boolean
Logger.isDebugEnabled
(Marker marker) Similar toLogger.isDebugEnabled()
method except that the marker data is also taken into account.boolean
Logger.isErrorEnabled
(Marker marker) Similar toLogger.isErrorEnabled()
method except that the marker data is also taken into consideration.boolean
Logger.isInfoEnabled
(Marker marker) Similar toLogger.isInfoEnabled()
method except that the marker data is also taken into consideration.boolean
Logger.isTraceEnabled
(Marker marker) Similar toLogger.isTraceEnabled()
method except that the marker data is also taken into account.boolean
Logger.isWarnEnabled
(Marker marker) Similar toLogger.isWarnEnabled()
method except that the marker data is also taken into consideration.boolean
Remove a marker reference.void
Log a message with the specific Marker at the TRACE level.void
This method is similar toLogger.trace(String, Object)
method except that the marker data is also taken into consideration.void
This method is similar toLogger.trace(String, Object...)
method except that the marker data is also taken into consideration.void
This method is similar toLogger.trace(String, Object, Object)
method except that the marker data is also taken into consideration.void
This method is similar toLogger.trace(String, Throwable)
method except that the marker data is also taken into consideration.void
Log a message with the specific Marker at the WARN level.void
This method is similar toLogger.warn(String, Object)
method except that the marker data is also taken into consideration.void
This method is similar toLogger.warn(String, Object...)
method except that the marker data is also taken into consideration.void
This method is similar toLogger.warn(String, Object, Object)
method except that the marker data is also taken into consideration.void
This method is similar toLogger.warn(String, Throwable)
method except that the marker data is also taken into consideration. -
Uses of Marker in org.slf4j.event
Modifier and TypeMethodDescriptionDefaultLoggingEvent.getMarkers()
LoggingEvent.getMarkers()
List of markers in the event, might be null.SubstituteLoggingEvent.getMarkers()
-
Uses of Marker in org.slf4j.ext
Modifier and TypeMethodDescriptionvoid
Delegate to the appropriate method of the underlying logger.void
Delegate to the appropriate method of the underlying logger.void
Delegate to the appropriate method of the underlying logger.void
Delegate to the appropriate method of the underlying logger.void
Delegate to the appropriate method of the underlying logger.void
Delegate to the appropriate method of the underlying logger.void
Delegate to the appropriate method of the underlying logger.void
Delegate to the appropriate method of the underlying logger.void
Delegate to the appropriate method of the underlying logger.void
Delegate to the appropriate method of the underlying logger.void
Delegate to the appropriate method of the underlying logger.void
Delegate to the appropriate method of the underlying logger.void
Delegate to the appropriate method of the underlying logger.void
Delegate to the appropriate method of the underlying logger.void
Delegate to the appropriate method of the underlying logger.boolean
LoggerWrapper.isDebugEnabled
(Marker marker) Delegate to the appropriate method of the underlying logger.boolean
LoggerWrapper.isErrorEnabled
(Marker marker) Delegate to the appropriate method of the underlying logger.boolean
LoggerWrapper.isInfoEnabled
(Marker marker) Delegate to the appropriate method of the underlying logger.boolean
LoggerWrapper.isTraceEnabled
(Marker marker) Delegate to the appropriate method of the underlying logger.boolean
LoggerWrapper.isWarnEnabled
(Marker marker) Delegate to the appropriate method of the underlying logger.void
Delegate to the appropriate method of the underlying logger.void
Delegate to the appropriate method of the underlying logger.void
Delegate to the appropriate method of the underlying logger.void
Delegate to the appropriate method of the underlying logger.void
Delegate to the appropriate method of the underlying logger.void
Delegate to the appropriate method of the underlying logger.void
Delegate to the appropriate method of the underlying logger.void
Delegate to the appropriate method of the underlying logger.void
Delegate to the appropriate method of the underlying logger.void
Delegate to the appropriate method of the underlying logger. -
Uses of Marker in org.slf4j.helpers
Modifier and TypeMethodDescriptionBasicMarkerFactory.getDetachedMarker
(String name) Manufacture aBasicMarker
instance by name.Modifier and TypeMethodDescriptionvoid
boolean
void
void
void
void
void
void
Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.final void
A NOP implementation.final void
A NOP implementation.final void
final void
A NOP implementation.final void
void
void
void
void
void
void
void
void
void
void
void
Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.final void
A NOP implementation.final void
A NOP implementation.final void
A NOP implementation.final void
A NOP implementation.final void
A NOP implementation.void
void
void
void
void
protected abstract void
AbstractLogger.handleNormalizedLoggingCall
(Level level, Marker marker, String messagePattern, Object[] arguments, Throwable throwable) Given various arguments passed as parameters, perform actual logging.void
void
void
void
void
void
Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.final void
A NOP implementation.final void
A NOP implementation.final void
A NOP implementation.final void
A NOP implementation.final void
A NOP implementation.void
void
void
void
void
boolean
LegacyAbstractLogger.isDebugEnabled
(Marker marker) boolean
MarkerIgnoringBase.isDebugEnabled
(Marker marker) Deprecated.final boolean
NOPLogger.isDebugEnabled
(Marker marker) Always returns false.boolean
SubstituteLogger.isDebugEnabled
(Marker marker) boolean
LegacyAbstractLogger.isErrorEnabled
(Marker marker) boolean
MarkerIgnoringBase.isErrorEnabled
(Marker marker) Deprecated.final boolean
NOPLogger.isErrorEnabled
(Marker marker) Always returns false.boolean
SubstituteLogger.isErrorEnabled
(Marker marker) boolean
LegacyAbstractLogger.isInfoEnabled
(Marker marker) boolean
MarkerIgnoringBase.isInfoEnabled
(Marker marker) Deprecated.boolean
NOPLogger.isInfoEnabled
(Marker marker) Always returns false.boolean
SubstituteLogger.isInfoEnabled
(Marker marker) boolean
LegacyAbstractLogger.isTraceEnabled
(Marker marker) boolean
MarkerIgnoringBase.isTraceEnabled
(Marker marker) Deprecated.final boolean
NOPLogger.isTraceEnabled
(Marker marker) Always returns false.boolean
SubstituteLogger.isTraceEnabled
(Marker marker) boolean
LegacyAbstractLogger.isWarnEnabled
(Marker marker) boolean
MarkerIgnoringBase.isWarnEnabled
(Marker marker) Deprecated.final boolean
NOPLogger.isWarnEnabled
(Marker marker) Always returns false.boolean
SubstituteLogger.isWarnEnabled
(Marker marker) boolean
void
void
void
void
void
void
Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.final void
A NOP implementation.final void
A NOP implementation.final void
A NOP implementation.final void
A NOP implementation.final void
A NOP implementation.void
void
void
void
void
void
void
void
void
void
void
Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.void
Deprecated.final void
A NOP implementation.final void
A NOP implementation.final void
A NOP implementation.final void
A NOP implementation.final void
A NOP implementation.void
void
void
void
void
-
Uses of Marker in org.slf4j.jul
Modifier and TypeMethodDescriptionprotected void
JDK14LoggerAdapter.handleNormalizedLoggingCall
(Level level, Marker marker, String msg, Object[] args, Throwable throwable) Log the message at the specified level with the specified throwable if any.void
JDK14LoggerAdapter.log
(Marker marker, String callerFQCN, int slf4jLevelInt, String message, Object[] arguments, Throwable throwable) -
Uses of Marker in org.slf4j.reload4j
Modifier and TypeMethodDescriptionprotected void
Reload4jLoggerAdapter.handleNormalizedLoggingCall
(Level level, Marker marker, String msg, Object[] arguments, Throwable throwable) void
Reload4jLoggerAdapter.log
(Marker marker, String callerFQCN, int level, String msg, Object[] arguments, Throwable t) -
Uses of Marker in org.slf4j.simple
Modifier and TypeMethodDescriptionprotected void
SimpleLogger.handleNormalizedLoggingCall
(Level level, Marker marker, String messagePattern, Object[] arguments, Throwable throwable) SimpleLogger's implementation ofAbstractLogger#handleNormalizedLoggingCall
} -
Uses of Marker in org.slf4j.spi