Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

A

add(Marker) - Method in class org.slf4j.helpers.BasicMarker
 
add(Marker) - Method in interface org.slf4j.Marker
Add a reference to another Marker.
ANY_MARKER - Static variable in interface org.slf4j.Marker
This constant represents any marker, including a null marker.
ANY_NON_NULL_MARKER - Static variable in interface org.slf4j.Marker
This constant represents any non-null marker.
arrayFormat(String, Object[]) - Static method in class org.slf4j.helpers.MessageFormatter
 
arrayFormat(String, Object[], Throwable) - Static method in class org.slf4j.helpers.MessageFormatter
 

B

BasicMarker - Class in org.slf4j.helpers
A simple implementation of the Marker interface.
BasicMarkerFactory - Class in org.slf4j.helpers
An almost trivial implementation of the IMarkerFactory interface which creates BasicMarker instances.
BasicMarkerFactory() - Constructor for class org.slf4j.helpers.BasicMarkerFactory
Regular users should not create BasicMarkerFactory instances.
BasicMDCAdapter - Class in org.slf4j.helpers
Basic MDC implementation, which can be used with logging systems that lack out-of-the-box MDC support.
BasicMDCAdapter() - Constructor for class org.slf4j.helpers.BasicMDCAdapter
 

C

clear() - Method in class org.slf4j.helpers.BasicMDCAdapter
Clear all entries in the MDC.
clear() - Method in class org.slf4j.helpers.NOPMDCAdapter
 
clear() - Method in class org.slf4j.helpers.SubstituteLoggerFactory
 
clear() - Static method in class org.slf4j.MDC
Clear all entries in the MDC of the underlying implementation.
clear() - Method in interface org.slf4j.spi.MDCAdapter
Clear all entries in the MDC.
close() - Method in class org.slf4j.MDC.MDCCloseable
 
contains(Marker) - Method in class org.slf4j.helpers.BasicMarker
 
contains(String) - Method in class org.slf4j.helpers.BasicMarker
This method is mainly used with Expression Evaluators.
contains(Marker) - Method in interface org.slf4j.Marker
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).
contains(String) - Method in interface org.slf4j.Marker
Does this marker contain the marker named 'name'? If 'name' is null the returned value is always false.

D

debug(String) - Method in class org.slf4j.event.EventRecodingLogger
 
debug(String, Object) - Method in class org.slf4j.event.EventRecodingLogger
 
debug(String, Object, Object) - Method in class org.slf4j.event.EventRecodingLogger
 
debug(String, Object...) - Method in class org.slf4j.event.EventRecodingLogger
 
debug(String, Throwable) - Method in class org.slf4j.event.EventRecodingLogger
 
debug(Marker, String) - Method in class org.slf4j.event.EventRecodingLogger
 
debug(Marker, String, Object) - Method in class org.slf4j.event.EventRecodingLogger
 
debug(Marker, String, Object, Object) - Method in class org.slf4j.event.EventRecodingLogger
 
debug(Marker, String, Object...) - Method in class org.slf4j.event.EventRecodingLogger
 
debug(Marker, String, Throwable) - Method in class org.slf4j.event.EventRecodingLogger
 
debug(Marker, String) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
debug(Marker, String, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
debug(Marker, String, Object, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
debug(Marker, String, Object...) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
debug(Marker, String, Throwable) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
debug(String) - Method in class org.slf4j.helpers.NOPLogger
A NOP implementation.
debug(String, Object) - Method in class org.slf4j.helpers.NOPLogger
A NOP implementation.
debug(String, Object, Object) - Method in class org.slf4j.helpers.NOPLogger
A NOP implementation.
debug(String, Object...) - Method in class org.slf4j.helpers.NOPLogger
A NOP implementation.
debug(String, Throwable) - Method in class org.slf4j.helpers.NOPLogger
A NOP implementation.
debug(String) - Method in class org.slf4j.helpers.SubstituteLogger
 
debug(String, Object) - Method in class org.slf4j.helpers.SubstituteLogger
 
debug(String, Object, Object) - Method in class org.slf4j.helpers.SubstituteLogger
 
debug(String, Object...) - Method in class org.slf4j.helpers.SubstituteLogger
 
debug(String, Throwable) - Method in class org.slf4j.helpers.SubstituteLogger
 
debug(Marker, String) - Method in class org.slf4j.helpers.SubstituteLogger
 
debug(Marker, String, Object) - Method in class org.slf4j.helpers.SubstituteLogger
 
debug(Marker, String, Object, Object) - Method in class org.slf4j.helpers.SubstituteLogger
 
debug(Marker, String, Object...) - Method in class org.slf4j.helpers.SubstituteLogger
 
debug(Marker, String, Throwable) - Method in class org.slf4j.helpers.SubstituteLogger
 
debug(String) - Method in interface org.slf4j.Logger
Log a message at the DEBUG level.
debug(String, Object) - Method in interface org.slf4j.Logger
Log a message at the DEBUG level according to the specified format and argument.
debug(String, Object, Object) - Method in interface org.slf4j.Logger
Log a message at the DEBUG level according to the specified format and arguments.
debug(String, Object...) - Method in interface org.slf4j.Logger
Log a message at the DEBUG level according to the specified format and arguments.
debug(String, Throwable) - Method in interface org.slf4j.Logger
Log an exception (throwable) at the DEBUG level with an accompanying message.
debug(Marker, String) - Method in interface org.slf4j.Logger
Log a message with the specific Marker at the DEBUG level.
debug(Marker, String, Object) - Method in interface org.slf4j.Logger
This method is similar to Logger.debug(String, Object) method except that the marker data is also taken into consideration.
debug(Marker, String, Object, Object) - Method in interface org.slf4j.Logger
This method is similar to Logger.debug(String, Object, Object) method except that the marker data is also taken into consideration.
debug(Marker, String, Object...) - Method in interface org.slf4j.Logger
This method is similar to Logger.debug(String, Object...) method except that the marker data is also taken into consideration.
debug(Marker, String, Throwable) - Method in interface org.slf4j.Logger
This method is similar to Logger.debug(String, Throwable) method except that the marker data is also taken into consideration.
DEBUG_INT - Static variable in class org.slf4j.event.EventConstants
 
DEBUG_INT - Static variable in interface org.slf4j.spi.LocationAwareLogger
 
detachMarker(String) - Method in class org.slf4j.helpers.BasicMarkerFactory
 
detachMarker(String) - Method in interface org.slf4j.IMarkerFactory
Detach an existing marker.

E

equals(Object) - Method in class org.slf4j.helpers.BasicMarker
 
equals(Object) - Method in class org.slf4j.helpers.SubstituteLogger
 
equals(Object) - Method in interface org.slf4j.Marker
Markers are considered equal if they have the same name.
error(String) - Method in class org.slf4j.event.EventRecodingLogger
 
error(String, Object) - Method in class org.slf4j.event.EventRecodingLogger
 
error(String, Object, Object) - Method in class org.slf4j.event.EventRecodingLogger
 
error(String, Object...) - Method in class org.slf4j.event.EventRecodingLogger
 
error(String, Throwable) - Method in class org.slf4j.event.EventRecodingLogger
 
error(Marker, String) - Method in class org.slf4j.event.EventRecodingLogger
 
error(Marker, String, Object) - Method in class org.slf4j.event.EventRecodingLogger
 
error(Marker, String, Object, Object) - Method in class org.slf4j.event.EventRecodingLogger
 
error(Marker, String, Object...) - Method in class org.slf4j.event.EventRecodingLogger
 
error(Marker, String, Throwable) - Method in class org.slf4j.event.EventRecodingLogger
 
error(Marker, String) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
error(Marker, String, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
error(Marker, String, Object, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
error(Marker, String, Object...) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
error(Marker, String, Throwable) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
error(String) - Method in class org.slf4j.helpers.NOPLogger
A NOP implementation.
error(String, Object) - Method in class org.slf4j.helpers.NOPLogger
A NOP implementation.
error(String, Object, Object) - Method in class org.slf4j.helpers.NOPLogger
A NOP implementation.
error(String, Object...) - Method in class org.slf4j.helpers.NOPLogger
A NOP implementation.
error(String, Throwable) - Method in class org.slf4j.helpers.NOPLogger
A NOP implementation.
error(String) - Method in class org.slf4j.helpers.SubstituteLogger
 
error(String, Object) - Method in class org.slf4j.helpers.SubstituteLogger
 
error(String, Object, Object) - Method in class org.slf4j.helpers.SubstituteLogger
 
error(String, Object...) - Method in class org.slf4j.helpers.SubstituteLogger
 
error(String, Throwable) - Method in class org.slf4j.helpers.SubstituteLogger
 
error(Marker, String) - Method in class org.slf4j.helpers.SubstituteLogger
 
error(Marker, String, Object) - Method in class org.slf4j.helpers.SubstituteLogger
 
error(Marker, String, Object, Object) - Method in class org.slf4j.helpers.SubstituteLogger
 
error(Marker, String, Object...) - Method in class org.slf4j.helpers.SubstituteLogger
 
error(Marker, String, Throwable) - Method in class org.slf4j.helpers.SubstituteLogger
 
error(String) - Method in interface org.slf4j.Logger
Log a message at the ERROR level.
error(String, Object) - Method in interface org.slf4j.Logger
Log a message at the ERROR level according to the specified format and argument.
error(String, Object, Object) - Method in interface org.slf4j.Logger
Log a message at the ERROR level according to the specified format and arguments.
error(String, Object...) - Method in interface org.slf4j.Logger
Log a message at the ERROR level according to the specified format and arguments.
error(String, Throwable) - Method in interface org.slf4j.Logger
Log an exception (throwable) at the ERROR level with an accompanying message.
error(Marker, String) - Method in interface org.slf4j.Logger
Log a message with the specific Marker at the ERROR level.
error(Marker, String, Object) - Method in interface org.slf4j.Logger
This method is similar to Logger.error(String, Object) method except that the marker data is also taken into consideration.
error(Marker, String, Object, Object) - Method in interface org.slf4j.Logger
This method is similar to Logger.error(String, Object, Object) method except that the marker data is also taken into consideration.
error(Marker, String, Object...) - Method in interface org.slf4j.Logger
This method is similar to Logger.error(String, Object...) method except that the marker data is also taken into consideration.
error(Marker, String, Throwable) - Method in interface org.slf4j.Logger
This method is similar to Logger.error(String, Throwable) method except that the marker data is also taken into consideration.
ERROR_INT - Static variable in class org.slf4j.event.EventConstants
 
ERROR_INT - Static variable in interface org.slf4j.spi.LocationAwareLogger
 
EventConstants - Class in org.slf4j.event
 
EventConstants() - Constructor for class org.slf4j.event.EventConstants
 
EventRecodingLogger - Class in org.slf4j.event
This class is used to record events during the initialization phase of the underlying logging framework.
EventRecodingLogger(SubstituteLogger, Queue<SubstituteLoggingEvent>) - Constructor for class org.slf4j.event.EventRecodingLogger
 
exists(String) - Method in class org.slf4j.helpers.BasicMarkerFactory
Does the name marked already exist?
exists(String) - Method in interface org.slf4j.IMarkerFactory
Checks if the marker with the name already exists.

F

format(String, Object) - Static method in class org.slf4j.helpers.MessageFormatter
Performs single argument substitution for the 'messagePattern' passed as parameter.
format(String, Object, Object) - Static method in class org.slf4j.helpers.MessageFormatter
Performs a two argument substitution for the 'messagePattern' passed as parameter.
FormattingTuple - Class in org.slf4j.helpers
Holds the results of formatting done by MessageFormatter.
FormattingTuple(String) - Constructor for class org.slf4j.helpers.FormattingTuple
 
FormattingTuple(String, Object[], Throwable) - Constructor for class org.slf4j.helpers.FormattingTuple
 

G

get(String) - Method in class org.slf4j.helpers.BasicMDCAdapter
Get the context identified by the key parameter.
get(String) - Method in class org.slf4j.helpers.NOPMDCAdapter
 
get(String) - Static method in class org.slf4j.MDC
Get the diagnostic context identified by the key parameter.
get(String) - Method in interface org.slf4j.spi.MDCAdapter
Get the context identified by the key parameter.
getArgArray() - Method in class org.slf4j.helpers.FormattingTuple
 
getArgumentArray() - Method in interface org.slf4j.event.LoggingEvent
 
getArgumentArray() - Method in class org.slf4j.event.SubstituteLoggingEvent
 
getCallingClass() - Static method in class org.slf4j.helpers.Util
Returns the name of the class which called the invoking method.
getCopyOfContextMap() - Method in class org.slf4j.helpers.BasicMDCAdapter
Return a copy of the current thread's context map.
getCopyOfContextMap() - Method in class org.slf4j.helpers.NOPMDCAdapter
 
getCopyOfContextMap() - Static method in class org.slf4j.MDC
Return a copy of the current thread's context map, with keys and values of type String.
getCopyOfContextMap() - Method in interface org.slf4j.spi.MDCAdapter
Return a copy of the current thread's context map, with keys and values of type String.
getDetachedMarker(String) - Method in class org.slf4j.helpers.BasicMarkerFactory
 
getDetachedMarker(String) - Method in interface org.slf4j.IMarkerFactory
Create a marker which is detached (even at birth) from this IMarkerFactory.
getDetachedMarker(String) - Static method in class org.slf4j.MarkerFactory
Create a marker which is detached (even at birth) from the MarkerFactory.
getEventQueue() - Method in class org.slf4j.helpers.SubstituteLoggerFactory
 
getILoggerFactory() - Static method in class org.slf4j.LoggerFactory
Return the ILoggerFactory instance in use.
getIMarkerFactory() - Static method in class org.slf4j.MarkerFactory
Return the IMarkerFactoryinstance in use.
getKeys() - Method in class org.slf4j.helpers.BasicMDCAdapter
Returns the keys in the MDC as a Set of Strings The returned value can be null.
getLevel() - Method in interface org.slf4j.event.LoggingEvent
 
getLevel() - Method in class org.slf4j.event.SubstituteLoggingEvent
 
getLogger() - Method in class org.slf4j.event.SubstituteLoggingEvent
 
getLogger(String) - Method in class org.slf4j.helpers.NOPLoggerFactory
 
getLogger(String) - Method in class org.slf4j.helpers.SubstituteLoggerFactory
 
getLogger(String) - Method in interface org.slf4j.ILoggerFactory
Return an appropriate Logger instance as specified by the name parameter.
getLogger(String) - Static method in class org.slf4j.LoggerFactory
Return a logger named according to the name parameter using the statically bound ILoggerFactory instance.
getLogger(Class<?>) - Static method in class org.slf4j.LoggerFactory
Return a logger named corresponding to the class passed as parameter, using the statically bound ILoggerFactory instance.
getLoggerFactory() - Method in class org.slf4j.impl.StaticLoggerBinder
 
getLoggerFactory() - Method in interface org.slf4j.spi.LoggerFactoryBinder
Return the instance of ILoggerFactory that LoggerFactory class should bind to.
getLoggerFactoryClassStr() - Method in class org.slf4j.impl.StaticLoggerBinder
 
getLoggerFactoryClassStr() - Method in interface org.slf4j.spi.LoggerFactoryBinder
The String form of the ILoggerFactory object that this LoggerFactoryBinder instance is intended to return.
getLoggerName() - Method in interface org.slf4j.event.LoggingEvent
 
getLoggerName() - Method in class org.slf4j.event.SubstituteLoggingEvent
 
getLoggerNames() - Method in class org.slf4j.helpers.SubstituteLoggerFactory
 
getLoggers() - Method in class org.slf4j.helpers.SubstituteLoggerFactory
 
getMarker() - Method in interface org.slf4j.event.LoggingEvent
 
getMarker() - Method in class org.slf4j.event.SubstituteLoggingEvent
 
getMarker(String) - Method in class org.slf4j.helpers.BasicMarkerFactory
Manufacture a BasicMarker instance by name.
getMarker(String) - Method in interface org.slf4j.IMarkerFactory
Manufacture a Marker instance by name.
getMarker(String) - Static method in class org.slf4j.MarkerFactory
Return a Marker instance as specified by the name parameter using the previously bound IMarkerFactoryinstance.
getMarkerFactory() - Method in class org.slf4j.impl.StaticMarkerBinder
Currently this method always returns an instance of BasicMarkerFactory.
getMarkerFactory() - Method in interface org.slf4j.spi.MarkerFactoryBinder
Return the instance of IMarkerFactory that MarkerFactory class should bind to.
getMarkerFactoryClassStr() - Method in class org.slf4j.impl.StaticMarkerBinder
Currently, this method returns the class name of BasicMarkerFactory.
getMarkerFactoryClassStr() - Method in interface org.slf4j.spi.MarkerFactoryBinder
The String form of the IMarkerFactory object that this MarkerFactoryBinder instance is intended to return.
getMDCA() - Method in class org.slf4j.impl.StaticMDCBinder
Currently this method always returns an instance of StaticMDCBinder.
getMDCAdapter() - Static method in class org.slf4j.MDC
Returns the MDCAdapter instance currently in use.
getMDCAdapterClassStr() - Method in class org.slf4j.impl.StaticMDCBinder
 
getMessage() - Method in interface org.slf4j.event.LoggingEvent
 
getMessage() - Method in class org.slf4j.event.SubstituteLoggingEvent
 
getMessage() - Method in class org.slf4j.helpers.FormattingTuple
 
getName() - Method in class org.slf4j.event.EventRecodingLogger
 
getName() - Method in class org.slf4j.helpers.BasicMarker
 
getName() - Method in class org.slf4j.helpers.NOPLogger
Always returns the string value "NOP".
getName() - Method in class org.slf4j.helpers.SubstituteLogger
 
getName() - Method in interface org.slf4j.Logger
Return the name of this Logger instance.
getName() - Method in interface org.slf4j.Marker
Get the name of this Marker.
getSingleton() - Static method in class org.slf4j.impl.StaticLoggerBinder
Return the singleton of this class.
getSingleton() - Static method in class org.slf4j.impl.StaticMarkerBinder
Return the singleton of this class.
getSingleton() - Static method in class org.slf4j.impl.StaticMDCBinder
Return the singleton of this class.
getThreadName() - Method in interface org.slf4j.event.LoggingEvent
 
getThreadName() - Method in class org.slf4j.event.SubstituteLoggingEvent
 
getThrowable() - Method in interface org.slf4j.event.LoggingEvent
 
getThrowable() - Method in class org.slf4j.event.SubstituteLoggingEvent
 
getThrowable() - Method in class org.slf4j.helpers.FormattingTuple
 
getThrowableCandidate(Object[]) - Static method in class org.slf4j.helpers.MessageFormatter
Helper method to determine if an Object array contains a Throwable as last element
getTimeStamp() - Method in interface org.slf4j.event.LoggingEvent
 
getTimeStamp() - Method in class org.slf4j.event.SubstituteLoggingEvent
 

H

hasChildren() - Method in class org.slf4j.helpers.BasicMarker
 
hasChildren() - Method in interface org.slf4j.Marker
Deprecated.
hashCode() - Method in class org.slf4j.helpers.BasicMarker
 
hashCode() - Method in class org.slf4j.helpers.SubstituteLogger
 
hashCode() - Method in interface org.slf4j.Marker
Compute the hash code based on the name of this marker.
hasReferences() - Method in class org.slf4j.helpers.BasicMarker
 
hasReferences() - Method in interface org.slf4j.Marker
Does this marker have any references?

I

ILoggerFactory - Interface in org.slf4j
ILoggerFactory instances manufacture Logger instances by name.
IMarkerFactory - Interface in org.slf4j
Implementations of this interface are used to manufacture Marker instances.
info(String) - Method in class org.slf4j.event.EventRecodingLogger
 
info(String, Object) - Method in class org.slf4j.event.EventRecodingLogger
 
info(String, Object, Object) - Method in class org.slf4j.event.EventRecodingLogger
 
info(String, Object...) - Method in class org.slf4j.event.EventRecodingLogger
 
info(String, Throwable) - Method in class org.slf4j.event.EventRecodingLogger
 
info(Marker, String) - Method in class org.slf4j.event.EventRecodingLogger
 
info(Marker, String, Object) - Method in class org.slf4j.event.EventRecodingLogger
 
info(Marker, String, Object, Object) - Method in class org.slf4j.event.EventRecodingLogger
 
info(Marker, String, Object...) - Method in class org.slf4j.event.EventRecodingLogger
 
info(Marker, String, Throwable) - Method in class org.slf4j.event.EventRecodingLogger
 
info(Marker, String) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
info(Marker, String, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
info(Marker, String, Object, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
info(Marker, String, Object...) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
info(Marker, String, Throwable) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
info(String) - Method in class org.slf4j.helpers.NOPLogger
A NOP implementation.
info(String, Object) - Method in class org.slf4j.helpers.NOPLogger
A NOP implementation.
info(String, Object, Object) - Method in class org.slf4j.helpers.NOPLogger
A NOP implementation.
info(String, Object...) - Method in class org.slf4j.helpers.NOPLogger
A NOP implementation.
info(String, Throwable) - Method in class org.slf4j.helpers.NOPLogger
A NOP implementation.
info(String) - Method in class org.slf4j.helpers.SubstituteLogger
 
info(String, Object) - Method in class org.slf4j.helpers.SubstituteLogger
 
info(String, Object, Object) - Method in class org.slf4j.helpers.SubstituteLogger
 
info(String, Object...) - Method in class org.slf4j.helpers.SubstituteLogger
 
info(String, Throwable) - Method in class org.slf4j.helpers.SubstituteLogger
 
info(Marker, String) - Method in class org.slf4j.helpers.SubstituteLogger
 
info(Marker, String, Object) - Method in class org.slf4j.helpers.SubstituteLogger
 
info(Marker, String, Object, Object) - Method in class org.slf4j.helpers.SubstituteLogger
 
info(Marker, String, Object...) - Method in class org.slf4j.helpers.SubstituteLogger
 
info(Marker, String, Throwable) - Method in class org.slf4j.helpers.SubstituteLogger
 
info(String) - Method in interface org.slf4j.Logger
Log a message at the INFO level.
info(String, Object) - Method in interface org.slf4j.Logger
Log a message at the INFO level according to the specified format and argument.
info(String, Object, Object) - Method in interface org.slf4j.Logger
Log a message at the INFO level according to the specified format and arguments.
info(String, Object...) - Method in interface org.slf4j.Logger
Log a message at the INFO level according to the specified format and arguments.
info(String, Throwable) - Method in interface org.slf4j.Logger
Log an exception (throwable) at the INFO level with an accompanying message.
info(Marker, String) - Method in interface org.slf4j.Logger
Log a message with the specific Marker at the INFO level.
info(Marker, String, Object) - Method in interface org.slf4j.Logger
This method is similar to Logger.info(String, Object) method except that the marker data is also taken into consideration.
info(Marker, String, Object, Object) - Method in interface org.slf4j.Logger
This method is similar to Logger.info(String, Object, Object) method except that the marker data is also taken into consideration.
info(Marker, String, Object...) - Method in interface org.slf4j.Logger
This method is similar to Logger.info(String, Object...) method except that the marker data is also taken into consideration.
info(Marker, String, Throwable) - Method in interface org.slf4j.Logger
This method is similar to Logger.info(String, Throwable) method except that the marker data is also taken into consideration.
INFO_INT - Static variable in class org.slf4j.event.EventConstants
 
INFO_INT - Static variable in interface org.slf4j.spi.LocationAwareLogger
 
isDebugEnabled() - Method in class org.slf4j.event.EventRecodingLogger
 
isDebugEnabled(Marker) - Method in class org.slf4j.event.EventRecodingLogger
 
isDebugEnabled(Marker) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
isDebugEnabled() - Method in class org.slf4j.helpers.NOPLogger
Always returns false.
isDebugEnabled() - Method in class org.slf4j.helpers.SubstituteLogger
 
isDebugEnabled(Marker) - Method in class org.slf4j.helpers.SubstituteLogger
 
isDebugEnabled() - Method in interface org.slf4j.Logger
Is the logger instance enabled for the DEBUG level?
isDebugEnabled(Marker) - Method in interface org.slf4j.Logger
Similar to Logger.isDebugEnabled() method except that the marker data is also taken into account.
isDelegateEventAware() - Method in class org.slf4j.helpers.SubstituteLogger
 
isDelegateNOP() - Method in class org.slf4j.helpers.SubstituteLogger
 
isDelegateNull() - Method in class org.slf4j.helpers.SubstituteLogger
 
isErrorEnabled() - Method in class org.slf4j.event.EventRecodingLogger
 
isErrorEnabled(Marker) - Method in class org.slf4j.event.EventRecodingLogger
 
isErrorEnabled(Marker) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
isErrorEnabled() - Method in class org.slf4j.helpers.NOPLogger
A NOP implementation.
isErrorEnabled() - Method in class org.slf4j.helpers.SubstituteLogger
 
isErrorEnabled(Marker) - Method in class org.slf4j.helpers.SubstituteLogger
 
isErrorEnabled() - Method in interface org.slf4j.Logger
Is the logger instance enabled for the ERROR level?
isErrorEnabled(Marker) - Method in interface org.slf4j.Logger
Similar to Logger.isErrorEnabled() method except that the marker data is also taken into consideration.
isInfoEnabled() - Method in class org.slf4j.event.EventRecodingLogger
 
isInfoEnabled(Marker) - Method in class org.slf4j.event.EventRecodingLogger
 
isInfoEnabled(Marker) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
isInfoEnabled() - Method in class org.slf4j.helpers.NOPLogger
Always returns false.
isInfoEnabled() - Method in class org.slf4j.helpers.SubstituteLogger
 
isInfoEnabled(Marker) - Method in class org.slf4j.helpers.SubstituteLogger
 
isInfoEnabled() - Method in interface org.slf4j.Logger
Is the logger instance enabled for the INFO level?
isInfoEnabled(Marker) - Method in interface org.slf4j.Logger
Similar to Logger.isInfoEnabled() method except that the marker data is also taken into consideration.
isTraceEnabled() - Method in class org.slf4j.event.EventRecodingLogger
 
isTraceEnabled(Marker) - Method in class org.slf4j.event.EventRecodingLogger
 
isTraceEnabled(Marker) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
isTraceEnabled() - Method in class org.slf4j.helpers.NOPLogger
Always returns false.
isTraceEnabled() - Method in class org.slf4j.helpers.SubstituteLogger
 
isTraceEnabled(Marker) - Method in class org.slf4j.helpers.SubstituteLogger
 
isTraceEnabled() - Method in interface org.slf4j.Logger
Is the logger instance enabled for the TRACE level?
isTraceEnabled(Marker) - Method in interface org.slf4j.Logger
Similar to Logger.isTraceEnabled() method except that the marker data is also taken into account.
isWarnEnabled() - Method in class org.slf4j.event.EventRecodingLogger
 
isWarnEnabled(Marker) - Method in class org.slf4j.event.EventRecodingLogger
 
isWarnEnabled(Marker) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
isWarnEnabled() - Method in class org.slf4j.helpers.NOPLogger
Always returns false.
isWarnEnabled() - Method in class org.slf4j.helpers.SubstituteLogger
 
isWarnEnabled(Marker) - Method in class org.slf4j.helpers.SubstituteLogger
 
isWarnEnabled() - Method in interface org.slf4j.Logger
Is the logger instance enabled for the WARN level?
isWarnEnabled(Marker) - Method in interface org.slf4j.Logger
Similar to Logger.isWarnEnabled() method except that the marker data is also taken into consideration.
iterator() - Method in class org.slf4j.helpers.BasicMarker
 
iterator() - Method in interface org.slf4j.Marker
Returns an Iterator which can be used to iterate over the references of this marker.

L

Level - Enum in org.slf4j.event
 
LocationAwareLogger - Interface in org.slf4j.spi
An optional interface helping integration with logging systems capable of extracting location information.
log(LoggingEvent) - Method in class org.slf4j.helpers.SubstituteLogger
 
log(Marker, String, int, String, Object[], Throwable) - Method in interface org.slf4j.spi.LocationAwareLogger
Printing method with support for location information.
Logger - Interface in org.slf4j
The org.slf4j.Logger interface is the main user entry point of SLF4J API.
LoggerFactory - Class in org.slf4j
The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for log4j, logback and JDK 1.4 logging.
LoggerFactoryBinder - Interface in org.slf4j.spi
An internal interface which helps the static LoggerFactory class bind with the appropriate ILoggerFactory instance.
LoggingEvent - Interface in org.slf4j.event
 

M

Marker - Interface in org.slf4j
Markers are named objects used to enrich log statements.
MarkerFactory - Class in org.slf4j
MarkerFactory is a utility class producing Marker instances as appropriate for the logging system currently in use.
MarkerFactoryBinder - Interface in org.slf4j.spi
An internal interface which helps the static MarkerFactory class bind with the appropriate IMarkerFactory instance.
MarkerIgnoringBase - Class in org.slf4j.helpers
This class serves as base for adapters or native implementations of logging systems lacking Marker support.
MarkerIgnoringBase() - Constructor for class org.slf4j.helpers.MarkerIgnoringBase
 
MDC - Class in org.slf4j
This class hides and serves as a substitute for the underlying logging system's MDC implementation.
MDC.MDCCloseable - Class in org.slf4j
An adapter to remove the key when done.
MDCAdapter - Interface in org.slf4j.spi
This interface abstracts the service offered by various MDC implementations.
MessageFormatter - Class in org.slf4j.helpers
Formats messages according to very simple substitution rules.
MessageFormatter() - Constructor for class org.slf4j.helpers.MessageFormatter
 

N

NA_SUBST - Static variable in class org.slf4j.event.EventConstants
 
NOP_LOGGER - Static variable in class org.slf4j.helpers.NOPLogger
The unique instance of NOPLogger.
NOPLogger - Class in org.slf4j.helpers
A direct NOP (no operation) implementation of Logger.
NOPLogger() - Constructor for class org.slf4j.helpers.NOPLogger
There is no point in creating multiple instances of NOPLogger, except by derived classes, hence the protected access for the constructor.
NOPLoggerFactory - Class in org.slf4j.helpers
NOPLoggerFactory is an trivial implementation of ILoggerFactory which always returns the unique instance of NOPLogger.
NOPLoggerFactory() - Constructor for class org.slf4j.helpers.NOPLoggerFactory
 
NOPMDCAdapter - Class in org.slf4j.helpers
This adapter is an empty implementation of the MDCAdapter interface.
NOPMDCAdapter() - Constructor for class org.slf4j.helpers.NOPMDCAdapter
 
NULL - Static variable in class org.slf4j.helpers.FormattingTuple
 

O

org.slf4j - package org.slf4j
Core logging interfaces.
org.slf4j.event - package org.slf4j.event
 
org.slf4j.helpers - package org.slf4j.helpers
Helper classes.
org.slf4j.impl - package org.slf4j.impl
Implementations of core logging interfaces defined in the org.slf4j package.
org.slf4j.spi - package org.slf4j.spi
Classes and interfaces which are internal to SLF4J.

P

postInitialization() - Method in class org.slf4j.helpers.SubstituteLoggerFactory
 
put(String, String) - Method in class org.slf4j.helpers.BasicMDCAdapter
Put a context value (the val parameter) as identified with the key parameter into the current thread's context map.
put(String, String) - Method in class org.slf4j.helpers.NOPMDCAdapter
 
put(String, String) - Static method in class org.slf4j.MDC
Put a diagnostic context value (the val parameter) as identified with the key parameter into the current thread's diagnostic context map.
put(String, String) - Method in interface org.slf4j.spi.MDCAdapter
Put a context value (the val parameter) as identified with the key parameter into the current thread's context map.
putCloseable(String, String) - Static method in class org.slf4j.MDC
Put a diagnostic context value (the val parameter) as identified with the key parameter into the current thread's diagnostic context map.

R

remove(Marker) - Method in class org.slf4j.helpers.BasicMarker
 
remove(String) - Method in class org.slf4j.helpers.BasicMDCAdapter
Remove the the context identified by the key parameter.
remove(String) - Method in class org.slf4j.helpers.NOPMDCAdapter
 
remove(Marker) - Method in interface org.slf4j.Marker
Remove a marker reference.
remove(String) - Static method in class org.slf4j.MDC
Remove the diagnostic context identified by the key parameter using the underlying system's MDC implementation.
remove(String) - Method in interface org.slf4j.spi.MDCAdapter
Remove the the context identified by the key parameter.
report(String, Throwable) - Static method in class org.slf4j.helpers.Util
 
report(String) - Static method in class org.slf4j.helpers.Util
 
REQUESTED_API_VERSION - Static variable in class org.slf4j.impl.StaticLoggerBinder
Declare the version of the SLF4J API this implementation is compiled against.
ROOT_LOGGER_NAME - Static variable in interface org.slf4j.Logger
Case insensitive String constant used to retrieve the name of the root logger.

S

safeGetBooleanSystemProperty(String) - Static method in class org.slf4j.helpers.Util
 
safeGetSystemProperty(String) - Static method in class org.slf4j.helpers.Util
 
setArgumentArray(Object[]) - Method in class org.slf4j.event.SubstituteLoggingEvent
 
setContextMap(Map<String, String>) - Method in class org.slf4j.helpers.BasicMDCAdapter
 
setContextMap(Map<String, String>) - Method in class org.slf4j.helpers.NOPMDCAdapter
 
setContextMap(Map<String, String>) - Static method in class org.slf4j.MDC
Set the current thread's context map by first clearing any existing map and then copying the map passed as parameter.
setContextMap(Map<String, String>) - Method in interface org.slf4j.spi.MDCAdapter
Set the current thread's context map by first clearing any existing map and then copying the map passed as parameter.
setDelegate(Logger) - Method in class org.slf4j.helpers.SubstituteLogger
Typically called after the LoggerFactory initialization phase is completed.
setLevel(Level) - Method in class org.slf4j.event.SubstituteLoggingEvent
 
setLogger(SubstituteLogger) - Method in class org.slf4j.event.SubstituteLoggingEvent
 
setLoggerName(String) - Method in class org.slf4j.event.SubstituteLoggingEvent
 
setMarker(Marker) - Method in class org.slf4j.event.SubstituteLoggingEvent
 
setMessage(String) - Method in class org.slf4j.event.SubstituteLoggingEvent
 
setThreadName(String) - Method in class org.slf4j.event.SubstituteLoggingEvent
 
setThrowable(Throwable) - Method in class org.slf4j.event.SubstituteLoggingEvent
 
setTimeStamp(long) - Method in class org.slf4j.event.SubstituteLoggingEvent
 
SINGLETON - Static variable in class org.slf4j.impl.StaticMarkerBinder
The unique instance of this class.
SINGLETON - Static variable in class org.slf4j.impl.StaticMDCBinder
The unique instance of this class.
StaticLoggerBinder - Class in org.slf4j.impl
The binding of LoggerFactory class with an actual instance of ILoggerFactory is performed using information returned by this class.
StaticMarkerBinder - Class in org.slf4j.impl
The binding of MarkerFactory class with an actual instance of IMarkerFactory is performed using information returned by this class.
StaticMDCBinder - Class in org.slf4j.impl
This class is only a stub.
SubstituteLogger - Class in org.slf4j.helpers
A logger implementation which logs via a delegate logger.
SubstituteLogger(String, Queue<SubstituteLoggingEvent>, boolean) - Constructor for class org.slf4j.helpers.SubstituteLogger
 
SubstituteLoggerFactory - Class in org.slf4j.helpers
SubstituteLoggerFactory manages instances of SubstituteLogger.
SubstituteLoggerFactory() - Constructor for class org.slf4j.helpers.SubstituteLoggerFactory
 
SubstituteLoggingEvent - Class in org.slf4j.event
 
SubstituteLoggingEvent() - Constructor for class org.slf4j.event.SubstituteLoggingEvent
 

T

toInt() - Method in enum org.slf4j.event.Level
 
toString() - Method in enum org.slf4j.event.Level
Returns the string representation of this Level.
toString() - Method in class org.slf4j.helpers.BasicMarker
 
toString() - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
trace(String) - Method in class org.slf4j.event.EventRecodingLogger
 
trace(String, Object) - Method in class org.slf4j.event.EventRecodingLogger
 
trace(String, Object, Object) - Method in class org.slf4j.event.EventRecodingLogger
 
trace(String, Object...) - Method in class org.slf4j.event.EventRecodingLogger
 
trace(String, Throwable) - Method in class org.slf4j.event.EventRecodingLogger
 
trace(Marker, String) - Method in class org.slf4j.event.EventRecodingLogger
 
trace(Marker, String, Object) - Method in class org.slf4j.event.EventRecodingLogger
 
trace(Marker, String, Object, Object) - Method in class org.slf4j.event.EventRecodingLogger
 
trace(Marker, String, Object...) - Method in class org.slf4j.event.EventRecodingLogger
 
trace(Marker, String, Throwable) - Method in class org.slf4j.event.EventRecodingLogger
 
trace(Marker, String) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
trace(Marker, String, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
trace(Marker, String, Object, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
trace(Marker, String, Object...) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
trace(Marker, String, Throwable) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
trace(String) - Method in class org.slf4j.helpers.NOPLogger
A NOP implementation.
trace(String, Object) - Method in class org.slf4j.helpers.NOPLogger
A NOP implementation.
trace(String, Object, Object) - Method in class org.slf4j.helpers.NOPLogger
A NOP implementation.
trace(String, Object...) - Method in class org.slf4j.helpers.NOPLogger
A NOP implementation.
trace(String, Throwable) - Method in class org.slf4j.helpers.NOPLogger
A NOP implementation.
trace(String) - Method in class org.slf4j.helpers.SubstituteLogger
 
trace(String, Object) - Method in class org.slf4j.helpers.SubstituteLogger
 
trace(String, Object, Object) - Method in class org.slf4j.helpers.SubstituteLogger
 
trace(String, Object...) - Method in class org.slf4j.helpers.SubstituteLogger
 
trace(String, Throwable) - Method in class org.slf4j.helpers.SubstituteLogger
 
trace(Marker, String) - Method in class org.slf4j.helpers.SubstituteLogger
 
trace(Marker, String, Object) - Method in class org.slf4j.helpers.SubstituteLogger
 
trace(Marker, String, Object, Object) - Method in class org.slf4j.helpers.SubstituteLogger
 
trace(Marker, String, Object...) - Method in class org.slf4j.helpers.SubstituteLogger
 
trace(Marker, String, Throwable) - Method in class org.slf4j.helpers.SubstituteLogger
 
trace(String) - Method in interface org.slf4j.Logger
Log a message at the TRACE level.
trace(String, Object) - Method in interface org.slf4j.Logger
Log a message at the TRACE level according to the specified format and argument.
trace(String, Object, Object) - Method in interface org.slf4j.Logger
Log a message at the TRACE level according to the specified format and arguments.
trace(String, Object...) - Method in interface org.slf4j.Logger
Log a message at the TRACE level according to the specified format and arguments.
trace(String, Throwable) - Method in interface org.slf4j.Logger
Log an exception (throwable) at the TRACE level with an accompanying message.
trace(Marker, String) - Method in interface org.slf4j.Logger
Log a message with the specific Marker at the TRACE level.
trace(Marker, String, Object) - Method in interface org.slf4j.Logger
This method is similar to Logger.trace(String, Object) method except that the marker data is also taken into consideration.
trace(Marker, String, Object, Object) - Method in interface org.slf4j.Logger
This method is similar to Logger.trace(String, Object, Object) method except that the marker data is also taken into consideration.
trace(Marker, String, Object...) - Method in interface org.slf4j.Logger
This method is similar to Logger.trace(String, Object...) method except that the marker data is also taken into consideration.
trace(Marker, String, Throwable) - Method in interface org.slf4j.Logger
This method is similar to Logger.trace(String, Throwable) method except that the marker data is also taken into consideration.
TRACE_INT - Static variable in class org.slf4j.event.EventConstants
 
TRACE_INT - Static variable in interface org.slf4j.spi.LocationAwareLogger
 
trimmedCopy(Object[]) - Static method in class org.slf4j.helpers.MessageFormatter
Helper method to get all but the last element of an array

U

Util - Class in org.slf4j.helpers
An internal utility class.

V

valueOf(String) - Static method in enum org.slf4j.event.Level
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.slf4j.event.Level
Returns an array containing the constants of this enum type, in the order they are declared.

W

warn(String) - Method in class org.slf4j.event.EventRecodingLogger
 
warn(String, Object) - Method in class org.slf4j.event.EventRecodingLogger
 
warn(String, Object, Object) - Method in class org.slf4j.event.EventRecodingLogger
 
warn(String, Object...) - Method in class org.slf4j.event.EventRecodingLogger
 
warn(String, Throwable) - Method in class org.slf4j.event.EventRecodingLogger
 
warn(Marker, String) - Method in class org.slf4j.event.EventRecodingLogger
 
warn(Marker, String, Object) - Method in class org.slf4j.event.EventRecodingLogger
 
warn(Marker, String, Object, Object) - Method in class org.slf4j.event.EventRecodingLogger
 
warn(Marker, String, Object...) - Method in class org.slf4j.event.EventRecodingLogger
 
warn(Marker, String, Throwable) - Method in class org.slf4j.event.EventRecodingLogger
 
warn(Marker, String) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
warn(Marker, String, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
warn(Marker, String, Object, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
warn(Marker, String, Object...) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
warn(Marker, String, Throwable) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
warn(String) - Method in class org.slf4j.helpers.NOPLogger
A NOP implementation.
warn(String, Object) - Method in class org.slf4j.helpers.NOPLogger
A NOP implementation.
warn(String, Object, Object) - Method in class org.slf4j.helpers.NOPLogger
A NOP implementation.
warn(String, Object...) - Method in class org.slf4j.helpers.NOPLogger
A NOP implementation.
warn(String, Throwable) - Method in class org.slf4j.helpers.NOPLogger
A NOP implementation.
warn(String) - Method in class org.slf4j.helpers.SubstituteLogger
 
warn(String, Object) - Method in class org.slf4j.helpers.SubstituteLogger
 
warn(String, Object, Object) - Method in class org.slf4j.helpers.SubstituteLogger
 
warn(String, Object...) - Method in class org.slf4j.helpers.SubstituteLogger
 
warn(String, Throwable) - Method in class org.slf4j.helpers.SubstituteLogger
 
warn(Marker, String) - Method in class org.slf4j.helpers.SubstituteLogger
 
warn(Marker, String, Object) - Method in class org.slf4j.helpers.SubstituteLogger
 
warn(Marker, String, Object, Object) - Method in class org.slf4j.helpers.SubstituteLogger
 
warn(Marker, String, Object...) - Method in class org.slf4j.helpers.SubstituteLogger
 
warn(Marker, String, Throwable) - Method in class org.slf4j.helpers.SubstituteLogger
 
warn(String) - Method in interface org.slf4j.Logger
Log a message at the WARN level.
warn(String, Object) - Method in interface org.slf4j.Logger
Log a message at the WARN level according to the specified format and argument.
warn(String, Object...) - Method in interface org.slf4j.Logger
Log a message at the WARN level according to the specified format and arguments.
warn(String, Object, Object) - Method in interface org.slf4j.Logger
Log a message at the WARN level according to the specified format and arguments.
warn(String, Throwable) - Method in interface org.slf4j.Logger
Log an exception (throwable) at the WARN level with an accompanying message.
warn(Marker, String) - Method in interface org.slf4j.Logger
Log a message with the specific Marker at the WARN level.
warn(Marker, String, Object) - Method in interface org.slf4j.Logger
This method is similar to Logger.warn(String, Object) method except that the marker data is also taken into consideration.
warn(Marker, String, Object, Object) - Method in interface org.slf4j.Logger
This method is similar to Logger.warn(String, Object, Object) method except that the marker data is also taken into consideration.
warn(Marker, String, Object...) - Method in interface org.slf4j.Logger
This method is similar to Logger.warn(String, Object...) method except that the marker data is also taken into consideration.
warn(Marker, String, Throwable) - Method in interface org.slf4j.Logger
This method is similar to Logger.warn(String, Throwable) method except that the marker data is also taken into consideration.
WARN_INT - Static variable in class org.slf4j.event.EventConstants
 
WARN_INT - Static variable in interface org.slf4j.spi.LocationAwareLogger
 
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links

Copyright © 2005–2019 QOS.ch. All rights reserved.