Uses of Interface
org.slf4j.Marker
Packages that use Marker
Package
Description
An rather minimal but sufficient implementation redirecting all
calls to a log4j logger to a logback logger.
Core logging interfaces.
Helper classes.
Classes and interfaces which are internal to SLF4J.
-
Uses of Marker in org.apache.log4j
Fields in org.apache.log4j declared as MarkerMethods in org.apache.log4j with parameters of type MarkerModifier and TypeMethodDescription(package private) void
Category.differentiatedLog
(Marker marker, String fqcn, int level, Object message, Throwable t) -
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
Fields in org.slf4j.event with type parameters of type MarkerMethods in org.slf4j.event that return types with arguments of type MarkerModifier and TypeMethodDescriptionDefaultLoggingEvent.getMarkers()
LoggingEvent.getMarkers()
SubstituteLoggingEvent.getMarkers()
Methods in org.slf4j.event with parameters of type Marker -
Uses of Marker in org.slf4j.helpers
Classes in org.slf4j.helpers that implement MarkerFields in org.slf4j.helpers with type parameters of type MarkerModifier and TypeFieldDescriptionprivate final ConcurrentMap<String,
Marker> BasicMarkerFactory.markerMap
BasicMarker.referenceList
Methods in org.slf4j.helpers that return MarkerModifier and TypeMethodDescriptionBasicMarkerFactory.getDetachedMarker
(String name) Manufacture aBasicMarker
instance by name.Methods in org.slf4j.helpers that return types with arguments of type MarkerMethods in org.slf4j.helpers with parameters of type MarkerModifier 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
private void
AbstractLogger.handle_0ArgsCall
(Level level, Marker marker, String msg, Throwable t) private void
AbstractLogger.handle_1ArgsCall
(Level level, Marker marker, String msg, Object arg1) private void
private void
AbstractLogger.handleArgArrayCall
(Level level, Marker marker, String msg, Object[] args) 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
Methods in org.slf4j.jul with parameters of type MarkerModifier 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.private void
JDK14LoggerAdapter.innerNormalizedLoggingCallHandler
(String fqcn, Level level, Marker marker, String msg, Object[] args, Throwable throwable) void
JDK14LoggerAdapter.log
(Marker marker, String callerFQCN, int slf4jLevelInt, String message, Object[] arguments, Throwable throwable) -
Uses of Marker in org.slf4j.simple
Methods in org.slf4j.simple with parameters of type MarkerModifier and TypeMethodDescriptionprotected void
SimpleLogger.handleNormalizedLoggingCall
(Level level, Marker marker, String messagePattern, Object[] arguments, Throwable throwable) SimpleLogger's implementation ofAbstractLogger#handleNormalizedLoggingCall
}Method parameters in org.slf4j.simple with type arguments of type Marker -
Uses of Marker in org.slf4j.spi
Methods in org.slf4j.spi with parameters of type Marker