Index
All Classes|All Packages|Constant Field Values|Deprecated API|Serialized Form
A
- AbstractLogger - Class in org.slf4j.helpers
-
An abstract implementation which delegates actual logging work to the
AbstractLogger.handleNormalizedLoggingCall(Level, Marker, String, Object[], Throwable)
method. - AbstractLogger() - Constructor for class org.slf4j.helpers.AbstractLogger
- add(Marker) - Method in class org.slf4j.helpers.BasicMarker
- add(Marker) - Method in interface org.slf4j.Marker
-
Add a reference to another Marker.
- addArgument(Object) - Method in class org.slf4j.event.DefaultLoggingEvent
- addArgument(Object) - Method in class org.slf4j.spi.DefaultLoggingEventBuilder
- addArgument(Object) - Method in interface org.slf4j.spi.LoggingEventBuilder
- addArgument(Object) - Method in class org.slf4j.spi.NOPLoggingEventBuilder
- addArgument(Supplier<?>) - Method in class org.slf4j.spi.DefaultLoggingEventBuilder
- addArgument(Supplier<?>) - Method in interface org.slf4j.spi.LoggingEventBuilder
- addArgument(Supplier<?>) - Method in class org.slf4j.spi.NOPLoggingEventBuilder
- addArguments(Object...) - Method in class org.slf4j.event.DefaultLoggingEvent
- addKeyValue(String, Object) - Method in class org.slf4j.event.DefaultLoggingEvent
- addKeyValue(String, Object) - Method in class org.slf4j.spi.DefaultLoggingEventBuilder
- addKeyValue(String, Object) - Method in interface org.slf4j.spi.LoggingEventBuilder
- addKeyValue(String, Object) - Method in class org.slf4j.spi.NOPLoggingEventBuilder
- addKeyValue(String, Supplier<Object>) - Method in class org.slf4j.spi.DefaultLoggingEventBuilder
- addKeyValue(String, Supplier<Object>) - Method in interface org.slf4j.spi.LoggingEventBuilder
- addKeyValue(String, Supplier<Object>) - Method in class org.slf4j.spi.NOPLoggingEventBuilder
- addMarker(Marker) - Method in class org.slf4j.event.DefaultLoggingEvent
- addMarker(Marker) - Method in class org.slf4j.event.SubstituteLoggingEvent
- addMarker(Marker) - Method in class org.slf4j.spi.DefaultLoggingEventBuilder
-
Add a marker to the current logging event being built.
- addMarker(Marker) - Method in interface org.slf4j.spi.LoggingEventBuilder
- addMarker(Marker) - Method in class org.slf4j.spi.NOPLoggingEventBuilder
- 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
- atDebug() - Method in class org.slf4j.helpers.SubstituteLogger
- atDebug() - Method in interface org.slf4j.Logger
-
Entry point for fluent-logging for
Level.DEBUG
level. - atError() - Method in class org.slf4j.helpers.SubstituteLogger
- atError() - Method in interface org.slf4j.Logger
-
Entry point for fluent-logging for
Level.ERROR
level. - atInfo() - Method in class org.slf4j.helpers.SubstituteLogger
- atInfo() - Method in interface org.slf4j.Logger
-
Entry point for fluent-logging for
Level.INFO
level. - atTrace() - Method in class org.slf4j.helpers.SubstituteLogger
- atTrace() - Method in interface org.slf4j.Logger
-
Entry point for fluent-logging for
Level.TRACE
level. - atWarn() - Method in class org.slf4j.helpers.SubstituteLogger
- atWarn() - Method in interface org.slf4j.Logger
-
Entry point for fluent-logging for
Level.WARN
level.
B
- basicArrayFormat(String, Object[]) - Static method in class org.slf4j.helpers.MessageFormatter
-
Assumes that argArray only contains arguments with no throwable as last element.
- basicArrayFormat(NormalizedParameters) - Static method in class org.slf4j.helpers.MessageFormatter
- 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 createsBasicMarker
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(String) - Method in class org.slf4j.helpers.BasicMarker
-
This method is mainly used with Expression Evaluators.
- 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.
- contains(Marker) - Method in class org.slf4j.helpers.BasicMarker
- 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).
- createdPostInitialization - Variable in class org.slf4j.helpers.SubstituteLogger
D
- debug(String) - Method in class org.slf4j.helpers.AbstractLogger
- debug(String) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- debug(String) - 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 class org.slf4j.helpers.AbstractLogger
- debug(String, Object) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- debug(String, Object) - Method in class org.slf4j.helpers.SubstituteLogger
- 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...) - Method in class org.slf4j.helpers.AbstractLogger
- debug(String, Object...) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- debug(String, Object...) - Method in class org.slf4j.helpers.SubstituteLogger
- 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, Object, Object) - Method in class org.slf4j.helpers.AbstractLogger
- debug(String, Object, Object) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- debug(String, Object, Object) - Method in class org.slf4j.helpers.SubstituteLogger
- 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, Throwable) - Method in class org.slf4j.helpers.AbstractLogger
- debug(String, Throwable) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- debug(String, Throwable) - Method in class org.slf4j.helpers.SubstituteLogger
- 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 class org.slf4j.helpers.AbstractLogger
- debug(Marker, String) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- debug(Marker, String) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- debug(Marker, String) - Method in class org.slf4j.helpers.SubstituteLogger
- 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 class org.slf4j.helpers.AbstractLogger
- debug(Marker, String, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- debug(Marker, String, Object) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- debug(Marker, String, Object) - Method in class org.slf4j.helpers.SubstituteLogger
- 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...) - Method in class org.slf4j.helpers.AbstractLogger
- debug(Marker, String, Object...) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- debug(Marker, String, Object...) - Method in class org.slf4j.helpers.NOPLogger
- debug(Marker, String, Object...) - Method in class org.slf4j.helpers.SubstituteLogger
- 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 class org.slf4j.helpers.AbstractLogger
- debug(Marker, String, Object, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- debug(Marker, String, Object, Object) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- debug(Marker, String, Object, Object) - Method in class org.slf4j.helpers.SubstituteLogger
- 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, Throwable) - Method in class org.slf4j.helpers.AbstractLogger
- debug(Marker, String, Throwable) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- debug(Marker, String, Throwable) - Method in class org.slf4j.helpers.NOPLogger
- debug(Marker, String, Throwable) - Method in class org.slf4j.helpers.SubstituteLogger
- 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 - Enum constant in enum class org.slf4j.event.Level
- DEBUG_INT - Static variable in class org.slf4j.event.EventConstants
- DEBUG_INT - Static variable in interface org.slf4j.spi.LocationAwareLogger
- DefaultLoggingEvent - Class in org.slf4j.event
-
A default implementation of
LoggingEvent
. - DefaultLoggingEvent(Level, Logger) - Constructor for class org.slf4j.event.DefaultLoggingEvent
- DefaultLoggingEventBuilder - Class in org.slf4j.spi
- DefaultLoggingEventBuilder(Logger, Level) - Constructor for class org.slf4j.spi.DefaultLoggingEventBuilder
- delegate() - Method in class org.slf4j.helpers.SubstituteLogger
-
Return the delegate logger instance if set.
- 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.helpers.AbstractLogger
- error(String) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- error(String) - 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 class org.slf4j.helpers.AbstractLogger
- error(String, Object) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- error(String, Object) - Method in class org.slf4j.helpers.SubstituteLogger
- 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...) - Method in class org.slf4j.helpers.AbstractLogger
- error(String, Object...) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- error(String, Object...) - Method in class org.slf4j.helpers.SubstituteLogger
- 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, Object, Object) - Method in class org.slf4j.helpers.AbstractLogger
- error(String, Object, Object) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- error(String, Object, Object) - Method in class org.slf4j.helpers.SubstituteLogger
- 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, Throwable) - Method in class org.slf4j.helpers.AbstractLogger
- error(String, Throwable) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- error(String, Throwable) - Method in class org.slf4j.helpers.SubstituteLogger
- 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 class org.slf4j.helpers.AbstractLogger
- error(Marker, String) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- error(Marker, String) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- error(Marker, String) - Method in class org.slf4j.helpers.SubstituteLogger
- 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 class org.slf4j.helpers.AbstractLogger
- error(Marker, String, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- error(Marker, String, Object) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- error(Marker, String, Object) - Method in class org.slf4j.helpers.SubstituteLogger
- 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...) - Method in class org.slf4j.helpers.AbstractLogger
- error(Marker, String, Object...) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- error(Marker, String, Object...) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- error(Marker, String, Object...) - Method in class org.slf4j.helpers.SubstituteLogger
- 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 class org.slf4j.helpers.AbstractLogger
- error(Marker, String, Object, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- error(Marker, String, Object, Object) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- error(Marker, String, Object, Object) - Method in class org.slf4j.helpers.SubstituteLogger
- 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, Throwable) - Method in class org.slf4j.helpers.AbstractLogger
- error(Marker, String, Throwable) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- error(Marker, String, Throwable) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- error(Marker, String, Throwable) - Method in class org.slf4j.helpers.SubstituteLogger
- 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 - Enum constant in enum class org.slf4j.event.Level
- 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 class org.slf4j.event.DefaultLoggingEvent
- getArgumentArray() - Method in interface org.slf4j.event.LoggingEvent
- getArgumentArray() - Method in class org.slf4j.event.SubstituteLoggingEvent
- getArguments() - Method in class org.slf4j.event.DefaultLoggingEvent
- getArguments() - Method in interface org.slf4j.event.LoggingEvent
- getArguments() - Method in class org.slf4j.event.SubstituteLoggingEvent
- getArguments() - Method in class org.slf4j.helpers.NormalizedParameters
- 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
- getFullyQualifiedCallerName() - Method in class org.slf4j.event.EventRecodingLogger
- getFullyQualifiedCallerName() - Method in class org.slf4j.helpers.AbstractLogger
- getILoggerFactory() - Static method in class org.slf4j.LoggerFactory
-
Return the
ILoggerFactory
instance in use. - getIMarkerFactory() - Static method in class org.slf4j.MarkerFactory
-
Return the
IMarkerFactory
instance in use. - getKeys() - Method in class org.slf4j.helpers.BasicMDCAdapter
- getKeyValuePairs() - Method in class org.slf4j.event.DefaultLoggingEvent
- getKeyValuePairs() - Method in interface org.slf4j.event.LoggingEvent
- getKeyValuePairs() - Method in class org.slf4j.event.SubstituteLoggingEvent
- getLevel() - Method in class org.slf4j.event.DefaultLoggingEvent
- 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(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. - 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 thename
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. - getLoggerFactory() - Method in class org.slf4j.helpers.NOPServiceProvider
- getLoggerFactory() - Method in class org.slf4j.helpers.SubstituteServiceProvider
- getLoggerFactory() - Method in interface org.slf4j.spi.LoggerFactoryBinder
-
Return the instance of
ILoggerFactory
thatLoggerFactory
class should bind to. - getLoggerFactory() - Method in interface org.slf4j.spi.SLF4JServiceProvider
-
Return the instance of
ILoggerFactory
thatLoggerFactory
class should bind to. - getLoggerFactoryClassStr() - Method in interface org.slf4j.spi.LoggerFactoryBinder
-
The String form of the
ILoggerFactory
object that thisLoggerFactoryBinder
instance is intended to return. - getLoggerName() - Method in class org.slf4j.event.DefaultLoggingEvent
- 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(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
IMarkerFactory
instance. - getMarkerFactory() - Method in class org.slf4j.helpers.NOPServiceProvider
- getMarkerFactory() - Method in class org.slf4j.helpers.SubstituteServiceProvider
- getMarkerFactory() - Method in interface org.slf4j.spi.MarkerFactoryBinder
-
Return the instance of
IMarkerFactory
thatMarkerFactory
class should bind to. - getMarkerFactory() - Method in interface org.slf4j.spi.SLF4JServiceProvider
-
Return the instance of
IMarkerFactory
thatMarkerFactory
class should bind to. - getMarkerFactoryClassStr() - Method in interface org.slf4j.spi.MarkerFactoryBinder
-
The String form of the
IMarkerFactory
object that thisMarkerFactoryBinder
instance is intended to return. - getMarkers() - Method in class org.slf4j.event.DefaultLoggingEvent
- getMarkers() - Method in interface org.slf4j.event.LoggingEvent
- getMarkers() - Method in class org.slf4j.event.SubstituteLoggingEvent
- getMDCAdapter() - Method in class org.slf4j.helpers.NOPServiceProvider
- getMDCAdapter() - Method in class org.slf4j.helpers.SubstituteServiceProvider
- getMDCAdapter() - Static method in class org.slf4j.MDC
-
Returns the MDCAdapter instance currently in use.
- getMDCAdapter() - Method in interface org.slf4j.spi.SLF4JServiceProvider
-
Return the instnace of
MDCAdapter
thatMDC
should bind to. - getMessage() - Method in class org.slf4j.event.DefaultLoggingEvent
- getMessage() - Method in interface org.slf4j.event.LoggingEvent
- getMessage() - Method in class org.slf4j.event.SubstituteLoggingEvent
- getMessage() - Method in class org.slf4j.helpers.FormattingTuple
- getMessage() - Method in class org.slf4j.helpers.NormalizedParameters
- getName() - Method in class org.slf4j.event.EventRecodingLogger
- getName() - Method in class org.slf4j.helpers.AbstractLogger
- getName() - Method in class org.slf4j.helpers.BasicMarker
- getName() - Method in class org.slf4j.helpers.MarkerIgnoringBase
- 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.
- getRequesteApiVersion() - Method in class org.slf4j.helpers.NOPServiceProvider
- getRequesteApiVersion() - Method in class org.slf4j.helpers.SubstituteServiceProvider
- getRequesteApiVersion() - Method in interface org.slf4j.spi.SLF4JServiceProvider
- getSubstituteLoggerFactory() - Method in class org.slf4j.helpers.SubstituteServiceProvider
- getThreadName() - Method in class org.slf4j.event.DefaultLoggingEvent
- getThreadName() - Method in interface org.slf4j.event.LoggingEvent
- getThreadName() - Method in class org.slf4j.event.SubstituteLoggingEvent
- getThrowable() - Method in class org.slf4j.event.DefaultLoggingEvent
- getThrowable() - Method in interface org.slf4j.event.LoggingEvent
- getThrowable() - Method in class org.slf4j.event.SubstituteLoggingEvent
- getThrowable() - Method in class org.slf4j.helpers.FormattingTuple
- getThrowable() - Method in class org.slf4j.helpers.NormalizedParameters
- getThrowableCandidate(Object[]) - Static method in class org.slf4j.helpers.MessageFormatter
- getThrowableCandidate(Object[]) - Static method in class org.slf4j.helpers.NormalizedParameters
- getTimeStamp() - Method in class org.slf4j.event.DefaultLoggingEvent
- getTimeStamp() - Method in interface org.slf4j.event.LoggingEvent
- getTimeStamp() - Method in class org.slf4j.event.SubstituteLoggingEvent
H
- handleNormalizedLoggingCall(Level, Marker, String, Object[], Throwable) - Method in class org.slf4j.event.EventRecodingLogger
- handleNormalizedLoggingCall(Level, Marker, String, Object[], Throwable) - Method in class org.slf4j.helpers.AbstractLogger
-
Given various arguments passed as parameters perform actual logging.
- hasChildren() - Method in class org.slf4j.helpers.BasicMarker
-
Deprecated.
- 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 manufactureLogger
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.helpers.AbstractLogger
- info(String) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- info(String) - 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 class org.slf4j.helpers.AbstractLogger
- info(String, Object) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- info(String, Object) - Method in class org.slf4j.helpers.SubstituteLogger
- 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...) - Method in class org.slf4j.helpers.AbstractLogger
- info(String, Object...) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- info(String, Object...) - Method in class org.slf4j.helpers.SubstituteLogger
- 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, Object, Object) - Method in class org.slf4j.helpers.AbstractLogger
- info(String, Object, Object) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- info(String, Object, Object) - Method in class org.slf4j.helpers.SubstituteLogger
- 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, Throwable) - Method in class org.slf4j.helpers.AbstractLogger
- info(String, Throwable) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- info(String, Throwable) - Method in class org.slf4j.helpers.SubstituteLogger
- 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 class org.slf4j.helpers.AbstractLogger
- info(Marker, String) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- info(Marker, String) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- info(Marker, String) - Method in class org.slf4j.helpers.SubstituteLogger
- 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 class org.slf4j.helpers.AbstractLogger
- info(Marker, String, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- info(Marker, String, Object) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- info(Marker, String, Object) - Method in class org.slf4j.helpers.SubstituteLogger
- 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...) - Method in class org.slf4j.helpers.AbstractLogger
- info(Marker, String, Object...) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- info(Marker, String, Object...) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- info(Marker, String, Object...) - Method in class org.slf4j.helpers.SubstituteLogger
- 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 class org.slf4j.helpers.AbstractLogger
- info(Marker, String, Object, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- info(Marker, String, Object, Object) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- info(Marker, String, Object, Object) - Method in class org.slf4j.helpers.SubstituteLogger
- 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, Throwable) - Method in class org.slf4j.helpers.AbstractLogger
- info(Marker, String, Throwable) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- info(Marker, String, Throwable) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- info(Marker, String, Throwable) - Method in class org.slf4j.helpers.SubstituteLogger
- 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 - Enum constant in enum class org.slf4j.event.Level
- INFO_INT - Static variable in class org.slf4j.event.EventConstants
- INFO_INT - Static variable in interface org.slf4j.spi.LocationAwareLogger
- initialize() - Method in class org.slf4j.helpers.NOPServiceProvider
- initialize() - Method in class org.slf4j.helpers.SubstituteServiceProvider
- initialize() - Method in interface org.slf4j.spi.SLF4JServiceProvider
-
Initialize the logging back-end.
- intToLevel(int) - Static method in enum class org.slf4j.event.Level
- isDebugEnabled() - Method in class org.slf4j.event.EventRecodingLogger
- isDebugEnabled() - Method in class org.slf4j.helpers.NOPLogger
-
Always returns false.
- isDebugEnabled() - 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 class org.slf4j.helpers.LegacyAbstractLogger
- isDebugEnabled(Marker) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- isDebugEnabled(Marker) - Method in class org.slf4j.helpers.NOPLogger
-
Always returns false.
- isDebugEnabled(Marker) - Method in class org.slf4j.helpers.SubstituteLogger
- 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
- isEnabledForLevel(Level) - Method in class org.slf4j.helpers.SubstituteLogger
- isEnabledForLevel(Level) - Method in interface org.slf4j.Logger
-
Returns whether this Logger is enabled for a given
Level
. - isErrorEnabled() - Method in class org.slf4j.event.EventRecodingLogger
- isErrorEnabled() - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- isErrorEnabled() - 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 class org.slf4j.helpers.LegacyAbstractLogger
- isErrorEnabled(Marker) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- isErrorEnabled(Marker) - Method in class org.slf4j.helpers.NOPLogger
-
Always returns false.
- isErrorEnabled(Marker) - Method in class org.slf4j.helpers.SubstituteLogger
- 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() - Method in class org.slf4j.helpers.NOPLogger
-
Always returns false.
- isInfoEnabled() - 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 class org.slf4j.helpers.LegacyAbstractLogger
- isInfoEnabled(Marker) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- isInfoEnabled(Marker) - Method in class org.slf4j.helpers.NOPLogger
-
Always returns false.
- isInfoEnabled(Marker) - Method in class org.slf4j.helpers.SubstituteLogger
- 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() - Method in class org.slf4j.helpers.NOPLogger
-
Always returns false.
- isTraceEnabled() - 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 class org.slf4j.helpers.LegacyAbstractLogger
- isTraceEnabled(Marker) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- isTraceEnabled(Marker) - Method in class org.slf4j.helpers.NOPLogger
-
Always returns false.
- isTraceEnabled(Marker) - Method in class org.slf4j.helpers.SubstituteLogger
- 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() - Method in class org.slf4j.helpers.NOPLogger
-
Always returns false.
- isWarnEnabled() - 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 class org.slf4j.helpers.LegacyAbstractLogger
- isWarnEnabled(Marker) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- isWarnEnabled(Marker) - Method in class org.slf4j.helpers.NOPLogger
-
Always returns false.
- isWarnEnabled(Marker) - Method in class org.slf4j.helpers.SubstituteLogger
- 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.
K
- key - Variable in class org.slf4j.event.KeyValuePair
- KeyValuePair - Class in org.slf4j.event
- KeyValuePair(String, Object) - Constructor for class org.slf4j.event.KeyValuePair
L
- LegacyAbstractLogger - Class in org.slf4j.helpers
-
Provides minimal default implementations for
LegacyAbstractLogger.isTraceEnabled(Marker)
,LegacyAbstractLogger.isDebugEnabled(Marker)
and other similar methods. - LegacyAbstractLogger() - Constructor for class org.slf4j.helpers.LegacyAbstractLogger
- Level - Enum Class in org.slf4j.event
-
SLF4J's internal representation of Level.
- LocationAwareLogger - Interface in org.slf4j.spi
-
An optional interface helping integration with logging systems capable of extracting location information.
- log(String) - Method in class org.slf4j.spi.DefaultLoggingEventBuilder
- log(String) - Method in interface org.slf4j.spi.LoggingEventBuilder
- log(String) - Method in class org.slf4j.spi.NOPLoggingEventBuilder
- log(String, Object) - Method in class org.slf4j.spi.DefaultLoggingEventBuilder
- log(String, Object) - Method in interface org.slf4j.spi.LoggingEventBuilder
- log(String, Object) - Method in class org.slf4j.spi.NOPLoggingEventBuilder
- log(String, Object...) - Method in class org.slf4j.spi.DefaultLoggingEventBuilder
- log(String, Object...) - Method in interface org.slf4j.spi.LoggingEventBuilder
- log(String, Object...) - Method in class org.slf4j.spi.NOPLoggingEventBuilder
- log(String, Object, Object) - Method in class org.slf4j.spi.DefaultLoggingEventBuilder
- log(String, Object, Object) - Method in interface org.slf4j.spi.LoggingEventBuilder
- log(String, Object, Object) - Method in class org.slf4j.spi.NOPLoggingEventBuilder
- log(Supplier<String>) - Method in class org.slf4j.spi.DefaultLoggingEventBuilder
- log(Supplier<String>) - Method in interface org.slf4j.spi.LoggingEventBuilder
- log(Supplier<String>) - Method in class org.slf4j.spi.NOPLoggingEventBuilder
- log(LoggingEvent) - Method in class org.slf4j.helpers.SubstituteLogger
- log(LoggingEvent) - Method in interface org.slf4j.spi.LoggingEventAware
- 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 appropriateILoggerFactory
instance. - LoggerFactoryFriend - Class in org.slf4j
-
All methods in this class are reserved for internal use, for testing purposes.
- LoggerFactoryFriend() - Constructor for class org.slf4j.LoggerFactoryFriend
- LoggingEvent - Interface in org.slf4j.event
-
The minimal interface sufficient for the restitution of data passed by the user to the SLF4J API.
- LoggingEventAware - Interface in org.slf4j.spi
-
A logger capable of logging from org.slf4j.event.LoggingEvent implements this interface.
- LoggingEventBuilder - Interface in org.slf4j.spi
-
A fluent API for creating logging events.
M
- makeLoggingEventBuilder(Level) - Method in class org.slf4j.helpers.SubstituteLogger
- makeLoggingEventBuilder(Level) - Method in interface org.slf4j.Logger
-
Make a new
LoggingEventBuilder
instance as appropriate for this logger and the desiredLevel
passed as parameter. - 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 appropriateIMarkerFactory
instance. - MarkerIgnoringBase - Class in org.slf4j.helpers
-
Deprecated.
- MarkerIgnoringBase() - Constructor for class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- 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
- name - Variable in class org.slf4j.helpers.AbstractLogger
- name - Variable in class org.slf4j.helpers.MarkerIgnoringBase
- 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.
- 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
- NOPLoggingEventBuilder - Class in org.slf4j.spi
-
A no-operation implementation of
LoggingEventBuilder
. - NOPMDCAdapter - Class in org.slf4j.helpers
-
This adapter is an empty implementation of the
MDCAdapter
interface. - NOPMDCAdapter() - Constructor for class org.slf4j.helpers.NOPMDCAdapter
- NOPServiceProvider - Class in org.slf4j.helpers
- NOPServiceProvider() - Constructor for class org.slf4j.helpers.NOPServiceProvider
- normalize(String, Object[], Throwable) - Static method in class org.slf4j.helpers.NormalizedParameters
-
This method serves to normalize logging call invocation parameters.
- normalize(LoggingEvent) - Static method in class org.slf4j.helpers.NormalizedParameters
- NormalizedParameters - Class in org.slf4j.helpers
-
Holds normalized calling call parameters.
- NormalizedParameters(String, Object[]) - Constructor for class org.slf4j.helpers.NormalizedParameters
- NormalizedParameters(String, Object[], Throwable) - Constructor for class org.slf4j.helpers.NormalizedParameters
- 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.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 thekey
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 thekey
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 thekey
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 thekey
parameter into the current thread's diagnostic context map.
R
- readResolve() - Method in class org.slf4j.helpers.AbstractLogger
-
Replace this instance with a homonymous (same name) logger returned by LoggerFactory.
- readResolve() - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Replace this instance with a homonymous (same name) logger returned by LoggerFactory.
- 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(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. - remove(Marker) - Method in class org.slf4j.helpers.BasicMarker
- remove(Marker) - Method in interface org.slf4j.Marker
-
Remove a marker reference.
- report(String) - Static method in class org.slf4j.helpers.Util
- report(String, Throwable) - Static method in class org.slf4j.helpers.Util
- REQUESTED_API_VERSION - Static variable in class org.slf4j.helpers.NOPServiceProvider
-
Declare the version of the SLF4J API this implementation is compiled against.
- reset() - Static method in class org.slf4j.LoggerFactoryFriend
- 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
- setCause(Throwable) - Method in class org.slf4j.spi.DefaultLoggingEventBuilder
- setCause(Throwable) - Method in interface org.slf4j.spi.LoggingEventBuilder
- setCause(Throwable) - Method in class org.slf4j.spi.NOPLoggingEventBuilder
- 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. - setDetectLoggerNameMismatch(boolean) - Static method in class org.slf4j.LoggerFactoryFriend
-
Set LoggerFactory.DETECT_LOGGER_NAME_MISMATCH variable.
- 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
- setMessage(String) - Method in class org.slf4j.event.DefaultLoggingEvent
- 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.DefaultLoggingEvent
- setThrowable(Throwable) - Method in class org.slf4j.event.SubstituteLoggingEvent
- setTimeStamp(long) - Method in class org.slf4j.event.SubstituteLoggingEvent
- singleton() - Static method in class org.slf4j.spi.NOPLoggingEventBuilder
- SLF4JServiceProvider - Interface in org.slf4j.spi
-
This interface based on
ServiceLoader
paradigm. - 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
- SubstituteServiceProvider - Class in org.slf4j.helpers
- SubstituteServiceProvider() - Constructor for class org.slf4j.helpers.SubstituteServiceProvider
T
- toInt() - Method in enum class org.slf4j.event.Level
- toString() - Method in enum class 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
-
Deprecated.
- trace(String) - Method in class org.slf4j.helpers.AbstractLogger
- trace(String) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- trace(String) - 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 class org.slf4j.helpers.AbstractLogger
- trace(String, Object) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- trace(String, Object) - Method in class org.slf4j.helpers.SubstituteLogger
- 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...) - Method in class org.slf4j.helpers.AbstractLogger
- trace(String, Object...) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- trace(String, Object...) - Method in class org.slf4j.helpers.SubstituteLogger
- 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, Object, Object) - Method in class org.slf4j.helpers.AbstractLogger
- trace(String, Object, Object) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- trace(String, Object, Object) - Method in class org.slf4j.helpers.SubstituteLogger
- 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, Throwable) - Method in class org.slf4j.helpers.AbstractLogger
- trace(String, Throwable) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- trace(String, Throwable) - Method in class org.slf4j.helpers.SubstituteLogger
- 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 class org.slf4j.helpers.AbstractLogger
- trace(Marker, String) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- trace(Marker, String) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- trace(Marker, String) - Method in class org.slf4j.helpers.SubstituteLogger
- 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 class org.slf4j.helpers.AbstractLogger
- trace(Marker, String, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- trace(Marker, String, Object) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- trace(Marker, String, Object) - Method in class org.slf4j.helpers.SubstituteLogger
- 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...) - Method in class org.slf4j.helpers.AbstractLogger
- trace(Marker, String, Object...) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- trace(Marker, String, Object...) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- trace(Marker, String, Object...) - Method in class org.slf4j.helpers.SubstituteLogger
- 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 class org.slf4j.helpers.AbstractLogger
- trace(Marker, String, Object, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- trace(Marker, String, Object, Object) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- trace(Marker, String, Object, Object) - Method in class org.slf4j.helpers.SubstituteLogger
- 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, Throwable) - Method in class org.slf4j.helpers.AbstractLogger
- trace(Marker, String, Throwable) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- trace(Marker, String, Throwable) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- trace(Marker, String, Throwable) - Method in class org.slf4j.helpers.SubstituteLogger
- 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 - Enum constant in enum class org.slf4j.event.Level
- 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
- trimmedCopy(Object[]) - Static method in class org.slf4j.helpers.NormalizedParameters
-
Helper method to get all but the last element of an array
U
- Util - Class in org.slf4j.helpers
-
An internal utility class.
V
- value - Variable in class org.slf4j.event.KeyValuePair
- valueOf(String) - Static method in enum class org.slf4j.event.Level
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.slf4j.event.Level
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- warn(String) - Method in class org.slf4j.helpers.AbstractLogger
- warn(String) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- warn(String) - 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 class org.slf4j.helpers.AbstractLogger
- warn(String, Object) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- warn(String, Object) - Method in class org.slf4j.helpers.SubstituteLogger
- 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 class org.slf4j.helpers.AbstractLogger
- warn(String, Object...) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- warn(String, Object...) - Method in class org.slf4j.helpers.SubstituteLogger
- 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 class org.slf4j.helpers.AbstractLogger
- warn(String, Object, Object) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- warn(String, Object, Object) - Method in class org.slf4j.helpers.SubstituteLogger
- 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 class org.slf4j.helpers.AbstractLogger
- warn(String, Throwable) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- warn(String, Throwable) - Method in class org.slf4j.helpers.SubstituteLogger
- 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 class org.slf4j.helpers.AbstractLogger
- warn(Marker, String) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- warn(Marker, String) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- warn(Marker, String) - Method in class org.slf4j.helpers.SubstituteLogger
- 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 class org.slf4j.helpers.AbstractLogger
- warn(Marker, String, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- warn(Marker, String, Object) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- warn(Marker, String, Object) - Method in class org.slf4j.helpers.SubstituteLogger
- 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...) - Method in class org.slf4j.helpers.AbstractLogger
- warn(Marker, String, Object...) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- warn(Marker, String, Object...) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- warn(Marker, String, Object...) - Method in class org.slf4j.helpers.SubstituteLogger
- 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 class org.slf4j.helpers.AbstractLogger
- warn(Marker, String, Object, Object) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- warn(Marker, String, Object, Object) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- warn(Marker, String, Object, Object) - Method in class org.slf4j.helpers.SubstituteLogger
- 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, Throwable) - Method in class org.slf4j.helpers.AbstractLogger
- warn(Marker, String, Throwable) - Method in class org.slf4j.helpers.MarkerIgnoringBase
-
Deprecated.
- warn(Marker, String, Throwable) - Method in class org.slf4j.helpers.NOPLogger
-
A NOP implementation.
- warn(Marker, String, Throwable) - Method in class org.slf4j.helpers.SubstituteLogger
- 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 - Enum constant in enum class org.slf4j.event.Level
- WARN_INT - Static variable in class org.slf4j.event.EventConstants
- WARN_INT - Static variable in interface org.slf4j.spi.LocationAwareLogger
All Classes|All Packages|Constant Field Values|Deprecated API|Serialized Form
Marker.hasReferences()
.