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.
Implementations of core logging interfaces defined in the
org.slf4j
package.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 declared as MarkerMethods in org.slf4j.event that return MarkerMethods in org.slf4j.event with parameters of type MarkerModifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
void
void
void
void
void
void
void
void
boolean
EventRecodingLogger.isDebugEnabled
(Marker marker) boolean
EventRecodingLogger.isErrorEnabled
(Marker marker) boolean
EventRecodingLogger.isInfoEnabled
(Marker marker) boolean
EventRecodingLogger.isTraceEnabled
(Marker marker) boolean
EventRecodingLogger.isWarnEnabled
(Marker marker) private void
EventRecodingLogger.recordEvent
(Level level, Marker marker, String msg, Object[] args, Throwable throwable) private void
EventRecodingLogger.recordEvent_0Args
(Level level, Marker marker, String msg, Throwable t) private void
EventRecodingLogger.recordEvent_1Args
(Level level, Marker marker, String msg, Object arg1) private void
EventRecodingLogger.recordEvent2Args
(Level level, Marker marker, String msg, Object arg1, Object arg2) private void
EventRecodingLogger.recordEventArgArray
(Level level, Marker marker, String msg, Object[] args) void
void
void
void
void
void
void
void
void
void
void
-
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
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
boolean
MarkerIgnoringBase.isDebugEnabled
(Marker marker) boolean
SubstituteLogger.isDebugEnabled
(Marker marker) boolean
MarkerIgnoringBase.isErrorEnabled
(Marker marker) boolean
SubstituteLogger.isErrorEnabled
(Marker marker) boolean
MarkerIgnoringBase.isInfoEnabled
(Marker marker) boolean
SubstituteLogger.isInfoEnabled
(Marker marker) boolean
MarkerIgnoringBase.isTraceEnabled
(Marker marker) boolean
SubstituteLogger.isTraceEnabled
(Marker marker) boolean
MarkerIgnoringBase.isWarnEnabled
(Marker marker) boolean
SubstituteLogger.isWarnEnabled
(Marker marker) boolean
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
-
Uses of Marker in org.slf4j.impl
Methods in org.slf4j.impl with parameters of type Marker -
Uses of Marker in org.slf4j.spi
Methods in org.slf4j.spi with parameters of type Marker