- DATE_TIME_FORMAT_KEY - Static variable in class org.slf4j.impl.SimpleLogger
-
- DATE_TIME_FORMAT_STR_DEFAULT - Static variable in class org.slf4j.impl.SimpleLoggerConfiguration
-
- dateFormatter - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
Used to format times
- dateFormatter - Variable in class org.slf4j.impl.SimpleLoggerConfiguration
-
- dateTimeFormat - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
The date and time format to use in the log message
- dateTimeFormatStr - Static variable in class org.slf4j.impl.SimpleLoggerConfiguration
-
- debug(Object) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- debug(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- debug(Object) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Log a message with debug log level.
- debug(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Log an error with debug log level.
- debug(Object) - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Converts the input parameter to String and then delegates to the wrapped
org.slf4j.Logger
instance.
- debug(Object, Throwable) - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Converts the first input parameter to String and then delegates to the
wrapped org.slf4j.Logger
instance.
- debug(Object) - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Converts the input parameter to String and then delegates to the wrapped
org.slf4j.Logger
instance.
- debug(Object, Throwable) - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Converts the first input parameter to String and then delegates to the
wrapped org.slf4j.Logger
instance.
- debug(Object) - Method in interface org.apache.commons.logging.Log
-
Log a message with debug log level.
- debug(Object, Throwable) - Method in interface org.apache.commons.logging.Log
-
Log an error with debug log level.
- 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 class org.slf4j.impl.JCLLoggerAdapter
-
- debug(String, Object) - Method in class org.slf4j.impl.JCLLoggerAdapter
-
- debug(String, Object, Object) - Method in class org.slf4j.impl.JCLLoggerAdapter
-
- debug(String, Object...) - Method in class org.slf4j.impl.JCLLoggerAdapter
-
- debug(String, Throwable) - Method in class org.slf4j.impl.JCLLoggerAdapter
-
- debug(String) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log a message object at level FINE.
- debug(String, Object) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log a message at level FINE according to the specified format and argument.
- debug(String, Object, Object) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log a message at level FINE according to the specified format and
arguments.
- debug(String, Object...) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log a message at level FINE according to the specified format and
arguments.
- debug(String, Throwable) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log an exception (throwable) at level FINE with an accompanying message.
- debug(String) - Method in class org.slf4j.impl.SimpleLogger
-
A simple implementation which logs messages of level DEBUG according to
the format outlined above.
- debug(String, Object) - Method in class org.slf4j.impl.SimpleLogger
-
Perform single parameter substitution before logging the message of level
DEBUG according to the format outlined above.
- debug(String, Object, Object) - Method in class org.slf4j.impl.SimpleLogger
-
Perform double parameter substitution before logging the message of level
DEBUG according to the format outlined above.
- debug(String, Object...) - Method in class org.slf4j.impl.SimpleLogger
-
Perform double parameter substitution before logging the message of level
DEBUG according to the format outlined above.
- debug(String, Throwable) - Method in class org.slf4j.impl.SimpleLogger
-
Log a message of level DEBUG, including an exception.
- 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
-
- debug(Marker, String, Object, Object) - Method in interface org.slf4j.Logger
-
- debug(Marker, String, Object...) - Method in interface org.slf4j.Logger
-
- debug(Marker, String, Throwable) - Method in interface org.slf4j.Logger
-
- DEBUG_INT - Static variable in class org.slf4j.event.EventConstants
-
- DEBUG_INT - Static variable in interface org.slf4j.spi.LocationAwareLogger
-
- DEBUG_LEVEL_THRESHOLD - Static variable in class org.slf4j.bridge.SLF4JBridgeHandler
-
- deeplyAppendParameter(StringBuilder, Object, Map<Object[], Object>) - Static method in class org.slf4j.helpers.MessageFormatter
-
- DEFAULT_DATE_TIME_FORMAT - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
The default format to use when formatting dates
- DEFAULT_LOG_LEVEL_DEFAULT - Static variable in class org.slf4j.impl.SimpleLoggerConfiguration
-
- DEFAULT_LOG_LEVEL_KEY - Static variable in class org.slf4j.impl.SimpleLogger
-
- defaultLogLevel - Variable in class org.slf4j.impl.SimpleLoggerConfiguration
-
- delegate() - Method in class org.slf4j.helpers.SubstituteLogger
-
Return the delegate logger instance if set.
- delegateEventAware - Variable in class org.slf4j.helpers.SubstituteLogger
-
- DELIM_START - Static variable in class org.slf4j.helpers.MessageFormatter
-
- DELIM_STOP - Static variable in class org.slf4j.helpers.MessageFormatter
-
- DELIM_STR - Static variable in class org.slf4j.helpers.MessageFormatter
-
- detachMarker(String) - Method in class org.slf4j.helpers.BasicMarkerFactory
-
- detachMarker(String) - Method in interface org.slf4j.IMarkerFactory
-
Detach an existing marker.
- DETECT_LOGGER_NAME_MISMATCH - Static variable in class org.slf4j.LoggerFactory
-
- DETECT_LOGGER_NAME_MISMATCH_PROPERTY - Static variable in class org.slf4j.LoggerFactory
-
- DIAGNOSTICS_DEST_PROPERTY - Static variable in class org.apache.commons.logging.LogFactory
-
The name (org.apache.commons.logging.diagnostics.dest
) of
the property used to enable internal commons-logging diagnostic output, in
order to get information on what logging implementations are being
discovered, what classloaders they are loaded through, etc.
- directGetContextClassLoader() - Static method in class org.apache.commons.logging.LogFactory
-
This method exists to ensure signature compatibility.
- doubleArrayAppend(StringBuilder, double[]) - Static method in class org.slf4j.helpers.MessageFormatter
-
- emitReplayOrSubstituionWarning(SubstituteLoggingEvent, int) - Static method in class org.slf4j.LoggerFactory
-
- emitReplayWarning(int) - Static method in class org.slf4j.LoggerFactory
-
- emitSubstitutionWarning() - Static method in class org.slf4j.LoggerFactory
-
- 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(Object) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- error(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- error(Object) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Log a message with error log level.
- error(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Log an error with error log level.
- error(Object) - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Converts the input parameter to String and then delegates to the wrapped
org.slf4j.Logger
instance.
- error(Object, Throwable) - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Converts the first input parameter to String and then delegates to the
wrapped org.slf4j.Logger
instance.
- error(Object) - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Converts the input parameter to String and then delegates to the wrapped
org.slf4j.Logger
instance.
- error(Object, Throwable) - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Converts the first input parameter to String and then delegates to the
wrapped org.slf4j.Logger
instance.
- error(Object) - Method in interface org.apache.commons.logging.Log
-
Log a message with error log level.
- error(Object, Throwable) - Method in interface org.apache.commons.logging.Log
-
Log an error with error log level.
- 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 class org.slf4j.impl.JCLLoggerAdapter
-
- error(String, Object) - Method in class org.slf4j.impl.JCLLoggerAdapter
-
- error(String, Object, Object) - Method in class org.slf4j.impl.JCLLoggerAdapter
-
- error(String, Object...) - Method in class org.slf4j.impl.JCLLoggerAdapter
-
- error(String, Throwable) - Method in class org.slf4j.impl.JCLLoggerAdapter
-
- error(String) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log a message object at the SEVERE level.
- error(String, Object) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log a message at the SEVERE level according to the specified format and
argument.
- error(String, Object, Object) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log a message at the SEVERE level according to the specified format and
arguments.
- error(String, Object...) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log a message at level SEVERE according to the specified format and
arguments.
- error(String, Throwable) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log an exception (throwable) at the SEVERE level with an accompanying
message.
- error(String) - Method in class org.slf4j.impl.SimpleLogger
-
A simple implementation which always logs messages of level ERROR
according to the format outlined above.
- error(String, Object) - Method in class org.slf4j.impl.SimpleLogger
-
Perform single parameter substitution before logging the message of level
ERROR according to the format outlined above.
- error(String, Object, Object) - Method in class org.slf4j.impl.SimpleLogger
-
Perform double parameter substitution before logging the message of level
ERROR according to the format outlined above.
- error(String, Object...) - Method in class org.slf4j.impl.SimpleLogger
-
Perform double parameter substitution before logging the message of level
ERROR according to the format outlined above.
- error(String, Throwable) - Method in class org.slf4j.impl.SimpleLogger
-
Log a message of level ERROR, including an exception.
- 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
-
- error(Marker, String, Object, Object) - Method in interface org.slf4j.Logger
-
- error(Marker, String, Object...) - Method in interface org.slf4j.Logger
-
- error(Marker, String, Throwable) - Method in interface org.slf4j.Logger
-
- ERROR_INT - Static variable in class org.slf4j.event.EventConstants
-
- ERROR_INT - Static variable in interface org.slf4j.spi.LocationAwareLogger
-
- ESCAPE_CHAR - Static variable in class org.slf4j.helpers.MessageFormatter
-
- EventConstants - Class in org.slf4j.event
-
- EventConstants() - Constructor for class org.slf4j.event.EventConstants
-
- eventQueue - Variable in class org.slf4j.event.EventRecodingLogger
-
- eventQueue - Variable in class org.slf4j.helpers.SubstituteLogger
-
- eventQueue - Variable in class org.slf4j.helpers.SubstituteLoggerFactory
-
- 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
-
- eventRecodingLogger - Variable in class org.slf4j.helpers.SubstituteLogger
-
- eventToRecord(LoggingEvent, Level) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
- 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.
- factories - Static variable in class org.apache.commons.logging.LogFactory
-
The previously constructed LogFactory
instances, keyed by
the ClassLoader
with which it was created.
- FACTORY_DEFAULT - Static variable in class org.apache.commons.logging.LogFactory
-
The fully qualified class name of the fallback LogFactory
implementation class to use, if no other can be found.
- FACTORY_PROPERTIES - Static variable in class org.apache.commons.logging.LogFactory
-
The name of the properties file to search for.
- FACTORY_PROPERTY - Static variable in class org.apache.commons.logging.LogFactory
-
The name of the property used to identify the LogFactory implementation
class name.
- FAILED_INITIALIZATION - Static variable in class org.slf4j.LoggerFactory
-
- failedBinding(Throwable) - Static method in class org.slf4j.LoggerFactory
-
- fatal(Object) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- fatal(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- fatal(Object) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Log a message with fatal log level.
- fatal(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Log an error with fatal log level.
- fatal(Object) - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Converts the input parameter to String and then delegates to the error
method of the wrapped org.slf4j.Logger
instance.
- fatal(Object, Throwable) - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Converts the first input parameter to String and then delegates to the
error method of the wrapped org.slf4j.Logger
instance.
- fatal(Object) - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Converts the input parameter to String and then delegates to the error
method of the wrapped org.slf4j.Logger
instance.
- fatal(Object, Throwable) - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Converts the first input parameter to String and then delegates to the
error method of the wrapped org.slf4j.Logger
instance.
- fatal(Object) - Method in interface org.apache.commons.logging.Log
-
Log a message with fatal log level.
- fatal(Object, Throwable) - Method in interface org.apache.commons.logging.Log
-
Log an error with fatal log level.
- fillCallerData(String, LogRecord) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Fill in caller data if possible.
- findPossibleStaticLoggerBinderPathSet() - Static method in class org.slf4j.LoggerFactory
-
- fixSubstituteLoggers() - Static method in class org.slf4j.LoggerFactory
-
- floatArrayAppend(StringBuilder, float[]) - Static method in class org.slf4j.helpers.MessageFormatter
-
- flush() - Method in class org.slf4j.bridge.SLF4JBridgeHandler
-
No-op implementation.
- 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.
- formatAndLog(int, String, Object, Object) - Method in class org.slf4j.impl.SimpleLogger
-
For formatted messages, first substitute arguments and then log.
- formatAndLog(int, String, Object...) - Method in class org.slf4j.impl.SimpleLogger
-
For formatted messages, first substitute arguments and then log.
- FormattingTuple - Class in org.slf4j.helpers
-
- FormattingTuple(String) - Constructor for class org.slf4j.helpers.FormattingTuple
-
- FormattingTuple(String, Object[], Throwable) - Constructor for class org.slf4j.helpers.FormattingTuple
-
- FQCN - Static variable in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
- FQCN - Static variable in class org.slf4j.bridge.SLF4JBridgeHandler
-
- 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
-
- getAttribute(String) - Method in class org.apache.commons.logging.impl.SLF4JLogFactory
-
Return the configuration attribute with the specified name (if any), or
null
if there is no such attribute.
- getAttribute(String) - Method in class org.apache.commons.logging.LogFactory
-
Return the configuration attribute with the specified name (if any), or
null
if there is no such attribute.
- getAttributeNames() - Method in class org.apache.commons.logging.impl.SLF4JLogFactory
-
Return an array containing the names of all currently defined configuration
attributes.
- getAttributeNames() - Method in class org.apache.commons.logging.LogFactory
-
Return an array containing the names of all currently defined configuration
attributes.
- getBooleanProperty(String, boolean) - Static method in class org.apache.commons.logging.impl.SimpleLog
-
- getBooleanProperty(String, boolean) - Method in class org.slf4j.impl.SimpleLoggerConfiguration
-
- getCallingClass() - Static method in class org.slf4j.helpers.Util
-
Returns the name of the class which called the invoking method.
- getCause() - Method in exception org.apache.commons.logging.LogConfigurationException
-
Return the underlying cause of this exception (if any).
- getClassContext() - Method in class org.slf4j.helpers.Util.ClassContextSecurityManager
-
- getClassLoader(Class) - Static method in class org.apache.commons.logging.LogFactory
-
This method exists to ensure signature compatibility.
- getContextClassLoader() - Static method in class org.apache.commons.logging.impl.SimpleLog
-
Return the thread context class loader if available.
- getContextClassLoader() - Static method in class org.apache.commons.logging.LogFactory
-
This method exists to ensure signature compatibility.
- 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
-
- getEventRecordingLogger() - Method in class org.slf4j.helpers.SubstituteLogger
-
- getFactory() - Static method in class org.apache.commons.logging.LogFactory
-
Construct (if necessary) and return a LogFactory
instance,
using the following ordered lookup procedure to determine the name of the
implementation class to be loaded.
- getFormattedDate() - Method in class org.slf4j.impl.SimpleLogger
-
- getILoggerFactory() - Static method in class org.slf4j.LoggerFactory
-
- getIMarkerFactory() - Static method in class org.slf4j.MarkerFactory
-
- getInstance(Class) - Method in class org.apache.commons.logging.impl.SLF4JLogFactory
-
Convenience method to derive a name from the specified class and call
getInstance(String)
with it.
- getInstance(String) - Method in class org.apache.commons.logging.impl.SLF4JLogFactory
-
Construct (if necessary) and return a Log
instance, using
the factory's current set of configuration attributes.
- getInstance(Class) - Method in class org.apache.commons.logging.LogFactory
-
Convenience method to derive a name from the specified class and call
getInstance(String)
with it.
- getInstance(String) - Method in class org.apache.commons.logging.LogFactory
-
Construct (if necessary) and return a Log
instance, using
the factory's current set of configuration attributes.
- getKeys() - Method in class org.slf4j.helpers.BasicMDCAdapter
-
Returns the keys in the MDC as a Set
of String
s The
returned value can be null.
- getLevel() - Method in class org.apache.commons.logging.impl.SimpleLog
-
Get logging level.
- getLevel() - Method in interface org.slf4j.event.LoggingEvent
-
- getLevel() - Method in class org.slf4j.event.SubstituteLoggingEvent
-
- getLog(Class) - Static method in class org.apache.commons.logging.LogFactory
-
Convenience method to return a named logger, without the application having
to care about factories.
- getLog(String) - Static method in class org.apache.commons.logging.LogFactory
-
Convenience method to return a named logger, without the application having
to care about factories.
- 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) - Method in class org.slf4j.impl.JCLLoggerFactory
-
- getLogger(String) - Method in class org.slf4j.impl.JDK14LoggerFactory
-
- getLogger(String) - Method in class org.slf4j.impl.SimpleLoggerFactory
-
- 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
-
- 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
-
- 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.impl.StaticMarkerBinder
-
- getMarkerFactory() - Method in interface org.slf4j.spi.MarkerFactoryBinder
-
- getMarkerFactoryClassStr() - Method in class org.slf4j.impl.StaticMarkerBinder
-
- 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
-
- 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
-
- getMessageI18N(LogRecord) - Method in class org.slf4j.bridge.SLF4JBridgeHandler
-
Get the record's message, possibly via a resource bundle.
- getName() - Method in class org.slf4j.event.EventRecodingLogger
-
- getName() - Method in class org.slf4j.helpers.BasicMarker
-
- getName() - Method in class org.slf4j.helpers.NamedLoggerBase
-
- 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.
- getResourceAsStream(String) - Static method in class org.apache.commons.logging.impl.SimpleLog
-
- getRootLogger() - Static method in class org.slf4j.bridge.SLF4JBridgeHandler
-
- getSecurityManager() - Static method in class org.slf4j.helpers.Util
-
- 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.
- getSLF4JLogger(LogRecord) - Method in class org.slf4j.bridge.SLF4JBridgeHandler
-
Return the Logger instance that will be used for logging.
- getStringProperty(String) - Static method in class org.apache.commons.logging.impl.SimpleLog
-
- getStringProperty(String, String) - Static method in class org.apache.commons.logging.impl.SimpleLog
-
- getStringProperty(String, String) - Method in class org.slf4j.impl.SimpleLoggerConfiguration
-
- getStringProperty(String) - Method in class org.slf4j.impl.SimpleLoggerConfiguration
-
- getTargetPrintStream() - Method in class org.slf4j.impl.OutputChoice
-
- 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
-
- 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(Object) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- info(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- info(Object) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Log a message with info log level.
- info(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Log an error with info log level.
- info(Object) - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Converts the input parameter to String and then delegates to the wrapped
org.slf4j.Logger
instance.
- info(Object, Throwable) - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Converts the first input parameter to String and then delegates to the
wrapped org.slf4j.Logger
instance.
- info(Object) - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Converts the input parameter to String and then delegates to the wrapped
org.slf4j.Logger
instance.
- info(Object, Throwable) - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Converts the first input parameter to String and then delegates to the
wrapped org.slf4j.Logger
instance.
- info(Object) - Method in interface org.apache.commons.logging.Log
-
Log a message with info log level.
- info(Object, Throwable) - Method in interface org.apache.commons.logging.Log
-
Log an error with info log level.
- 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 class org.slf4j.impl.JCLLoggerAdapter
-
- info(String, Object) - Method in class org.slf4j.impl.JCLLoggerAdapter
-
- info(String, Object, Object) - Method in class org.slf4j.impl.JCLLoggerAdapter
-
- info(String, Object...) - Method in class org.slf4j.impl.JCLLoggerAdapter
-
- info(String, Throwable) - Method in class org.slf4j.impl.JCLLoggerAdapter
-
- info(String) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log a message object at the INFO level.
- info(String, Object) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log a message at level INFO according to the specified format and argument.
- info(String, Object, Object) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log a message at the INFO level according to the specified format and
arguments.
- info(String, Object...) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log a message at level INFO according to the specified format and
arguments.
- info(String, Throwable) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log an exception (throwable) at the INFO level with an accompanying
message.
- info(String) - Method in class org.slf4j.impl.SimpleLogger
-
A simple implementation which logs messages of level INFO according to
the format outlined above.
- info(String, Object) - Method in class org.slf4j.impl.SimpleLogger
-
Perform single parameter substitution before logging the message of level
INFO according to the format outlined above.
- info(String, Object, Object) - Method in class org.slf4j.impl.SimpleLogger
-
Perform double parameter substitution before logging the message of level
INFO according to the format outlined above.
- info(String, Object...) - Method in class org.slf4j.impl.SimpleLogger
-
Perform double parameter substitution before logging the message of level
INFO according to the format outlined above.
- info(String, Throwable) - Method in class org.slf4j.impl.SimpleLogger
-
Log a message of level INFO, including an exception.
- 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
-
- info(Marker, String, Object, Object) - Method in interface org.slf4j.Logger
-
- info(Marker, String, Object...) - Method in interface org.slf4j.Logger
-
- info(Marker, String, Throwable) - Method in interface org.slf4j.Logger
-
- INFO_INT - Static variable in class org.slf4j.event.EventConstants
-
- INFO_INT - Static variable in interface org.slf4j.spi.LocationAwareLogger
-
- INFO_LEVEL_THRESHOLD - Static variable in class org.slf4j.bridge.SLF4JBridgeHandler
-
- inheritableThreadLocal - Variable in class org.slf4j.helpers.BasicMDCAdapter
-
- init() - Static method in class org.slf4j.impl.SimpleLogger
-
- init() - Method in class org.slf4j.impl.SimpleLoggerConfiguration
-
- INITIALIZATION_STATE - Static variable in class org.slf4j.LoggerFactory
-
- INITIALIZED - Static variable in class org.slf4j.impl.SimpleLogger
-
- install() - Static method in class org.slf4j.bridge.SLF4JBridgeHandler
-
Adds a SLF4JBridgeHandler instance to jul's root logger.
- intArrayAppend(StringBuilder, int[]) - Static method in class org.slf4j.helpers.MessageFormatter
-
- isAmbiguousStaticLoggerBinderPathSet(Set<URL>) - Static method in class org.slf4j.LoggerFactory
-
- isAndroid() - Static method in class org.slf4j.LoggerFactory
-
- isDebugEnabled() - Method in class org.apache.commons.logging.impl.NoOpLog
-
Debug is never enabled.
- isDebugEnabled() - Method in class org.apache.commons.logging.impl.SimpleLog
-
Are debug messages currently enabled?
- isDebugEnabled() - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Directly delegates to the wrapped org.slf4j.Logger
instance.
- isDebugEnabled() - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Directly delegates to the wrapped org.slf4j.Logger
instance.
- isDebugEnabled() - Method in interface org.apache.commons.logging.Log
-
Is debug logging currently enabled?
- 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 class org.slf4j.impl.JCLLoggerAdapter
-
- isDebugEnabled() - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Is this logger instance enabled for the FINE level?
- isDebugEnabled() - Method in class org.slf4j.impl.SimpleLogger
-
Are debug
messages currently enabled?
- isDebugEnabled() - Method in interface org.slf4j.Logger
-
Is the logger instance enabled for the DEBUG level?
- isDebugEnabled(Marker) - Method in interface org.slf4j.Logger
-
- isDelegateEventAware() - Method in class org.slf4j.helpers.SubstituteLogger
-
- isDelegateNOP() - Method in class org.slf4j.helpers.SubstituteLogger
-
- isDelegateNull() - Method in class org.slf4j.helpers.SubstituteLogger
-
- isDiagnosticsEnabled() - Static method in class org.apache.commons.logging.LogFactory
-
This method exists to ensure signature compatibility.
- isDoubleEscaped(String, int) - Static method in class org.slf4j.helpers.MessageFormatter
-
- isErrorEnabled() - Method in class org.apache.commons.logging.impl.NoOpLog
-
Error is never enabled.
- isErrorEnabled() - Method in class org.apache.commons.logging.impl.SimpleLog
-
Are error messages currently enabled?
- isErrorEnabled() - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Directly delegates to the wrapped org.slf4j.Logger
instance.
- isErrorEnabled() - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Directly delegates to the wrapped org.slf4j.Logger
instance.
- isErrorEnabled() - Method in interface org.apache.commons.logging.Log
-
Is error logging currently enabled?
- 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 class org.slf4j.impl.JCLLoggerAdapter
-
- isErrorEnabled() - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Is this logger instance enabled for level SEVERE?
- isErrorEnabled() - Method in class org.slf4j.impl.SimpleLogger
-
Are error
messages currently enabled?
- isErrorEnabled() - Method in interface org.slf4j.Logger
-
Is the logger instance enabled for the ERROR level?
- isErrorEnabled(Marker) - Method in interface org.slf4j.Logger
-
- isEscapedDelimeter(String, int) - Static method in class org.slf4j.helpers.MessageFormatter
-
- isFatalEnabled() - Method in class org.apache.commons.logging.impl.NoOpLog
-
Fatal is never enabled.
- isFatalEnabled() - Method in class org.apache.commons.logging.impl.SimpleLog
-
Are fatal messages currently enabled?
- isFatalEnabled() - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Delegates to the isErrorEnabled method of the wrapped
org.slf4j.Logger
instance.
- isFatalEnabled() - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Delegates to the isErrorEnabled method of the wrapped
org.slf4j.Logger
instance.
- isFatalEnabled() - Method in interface org.apache.commons.logging.Log
-
Is fatal logging currently enabled?
- isInfoEnabled() - Method in class org.apache.commons.logging.impl.NoOpLog
-
Info is never enabled.
- isInfoEnabled() - Method in class org.apache.commons.logging.impl.SimpleLog
-
Are info messages currently enabled?
- isInfoEnabled() - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Directly delegates to the wrapped org.slf4j.Logger
instance.
- isInfoEnabled() - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Directly delegates to the wrapped org.slf4j.Logger
instance.
- isInfoEnabled() - Method in interface org.apache.commons.logging.Log
-
Is info logging currently enabled?
- 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 class org.slf4j.impl.JCLLoggerAdapter
-
- isInfoEnabled() - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Is this logger instance enabled for the INFO level?
- isInfoEnabled() - Method in class org.slf4j.impl.SimpleLogger
-
Are info
messages currently enabled?
- isInfoEnabled() - Method in interface org.slf4j.Logger
-
Is the logger instance enabled for the INFO level?
- isInfoEnabled(Marker) - Method in interface org.slf4j.Logger
-
- isInstalled() - Static method in class org.slf4j.bridge.SLF4JBridgeHandler
-
Returns true if SLF4JBridgeHandler has been previously installed, returns false otherwise.
- isLevelEnabled(int) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Is the given log level currently enabled?
- isLevelEnabled(int) - Method in class org.slf4j.impl.SimpleLogger
-
Is the given log level currently enabled?
- isTraceEnabled() - Method in class org.apache.commons.logging.impl.NoOpLog
-
Trace is never enabled.
- isTraceEnabled() - Method in class org.apache.commons.logging.impl.SimpleLog
-
Are trace messages currently enabled?
- isTraceEnabled() - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Delegates to the isTraceEnabled method of the wrapped
org.slf4j.Logger
instance.
- isTraceEnabled() - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Delegates to the isDebugEnabled method of the wrapped
org.slf4j.Logger
instance.
- isTraceEnabled() - Method in interface org.apache.commons.logging.Log
-
Is trace logging currently enabled?
- 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 class org.slf4j.impl.JCLLoggerAdapter
-
- isTraceEnabled() - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Is this logger instance enabled for the FINEST level?
- isTraceEnabled() - Method in class org.slf4j.impl.SimpleLogger
-
Are trace
messages currently enabled?
- isTraceEnabled() - Method in interface org.slf4j.Logger
-
Is the logger instance enabled for the TRACE level?
- isTraceEnabled(Marker) - Method in interface org.slf4j.Logger
-
- isWarnEnabled() - Method in class org.apache.commons.logging.impl.NoOpLog
-
Warn is never enabled.
- isWarnEnabled() - Method in class org.apache.commons.logging.impl.SimpleLog
-
Are warn messages currently enabled?
- isWarnEnabled() - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Directly delegates to the wrapped org.slf4j.Logger
instance.
- isWarnEnabled() - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Directly delegates to the wrapped org.slf4j.Logger
instance.
- isWarnEnabled() - Method in interface org.apache.commons.logging.Log
-
Is warn logging currently enabled?
- 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 class org.slf4j.impl.JCLLoggerAdapter
-
- isWarnEnabled() - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Is this logger instance enabled for the WARNING level?
- isWarnEnabled() - Method in class org.slf4j.impl.SimpleLogger
-
Are warn
messages currently enabled?
- isWarnEnabled() - Method in interface org.slf4j.Logger
-
Is the logger instance enabled for the WARN level?
- isWarnEnabled(Marker) - Method in interface org.slf4j.Logger
-
- 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.
- lazyInit() - Static method in class org.slf4j.impl.SimpleLogger
-
- Level - Enum in org.slf4j.event
-
- Level(int, String) - Constructor for enum org.slf4j.event.Level
-
- level - Variable in class org.slf4j.event.SubstituteLoggingEvent
-
- LEVEL_IN_BRACKETS_DEFAULT - Static variable in class org.slf4j.impl.SimpleLoggerConfiguration
-
- LEVEL_IN_BRACKETS_KEY - Static variable in class org.slf4j.impl.SimpleLogger
-
- levelInBrackets - Variable in class org.slf4j.impl.SimpleLoggerConfiguration
-
- levelInt - Variable in enum org.slf4j.event.Level
-
- levelStr - Variable in enum org.slf4j.event.Level
-
- loadProperties() - Method in class org.slf4j.impl.SimpleLoggerConfiguration
-
- LocationAwareLogger - Interface in org.slf4j.spi
-
An optional interface helping integration with logging systems capable of
extracting location information.
- log(int, Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Do the actual logging.
- Log - Interface in org.apache.commons.logging
-
A simple logging interface abstracting logging APIs.
- log(LoggingEvent) - Method in class org.slf4j.helpers.SubstituteLogger
-
- log - Variable in class org.slf4j.impl.JCLLoggerAdapter
-
- log(String, Level, String, Throwable) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log the message at the specified level with the specified throwable if any.
- log(Marker, String, int, String, Object[], Throwable) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
- log(LoggingEvent) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
- log(int, String, Throwable) - Method in class org.slf4j.impl.SimpleLogger
-
This is our internal implementation for logging regular
(non-parameterized) log messages.
- log(LoggingEvent) - Method in class org.slf4j.impl.SimpleLogger
-
- log(Marker, String, int, String, Object[], Throwable) - Method in interface org.slf4j.spi.LocationAwareLogger
-
Printing method with support for location information.
- LOG_FILE_DEFAULT - Static variable in class org.slf4j.impl.SimpleLoggerConfiguration
-
- LOG_FILE_KEY - Static variable in class org.slf4j.impl.SimpleLogger
-
- LOG_KEY_PREFIX - Static variable in class org.slf4j.impl.SimpleLogger
-
- LOG_LEVEL_ALL - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
Enable all logging levels
- LOG_LEVEL_DEBUG - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
"Debug" level logging.
- LOG_LEVEL_DEBUG - Static variable in class org.slf4j.impl.SimpleLogger
-
- LOG_LEVEL_ERROR - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
"Error" level logging.
- LOG_LEVEL_ERROR - Static variable in class org.slf4j.impl.SimpleLogger
-
- LOG_LEVEL_FATAL - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
"Fatal" level logging.
- LOG_LEVEL_INFO - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
"Info" level logging.
- LOG_LEVEL_INFO - Static variable in class org.slf4j.impl.SimpleLogger
-
- LOG_LEVEL_OFF - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
Enable no logging levels
- LOG_LEVEL_OFF - Static variable in class org.slf4j.impl.SimpleLogger
-
- LOG_LEVEL_TRACE - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
"Trace" level logging.
- LOG_LEVEL_TRACE - Static variable in class org.slf4j.impl.SimpleLogger
-
- LOG_LEVEL_WARN - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
"Warn" level logging.
- LOG_LEVEL_WARN - Static variable in class org.slf4j.impl.SimpleLogger
-
- LOG_PROPERTY - Static variable in class org.apache.commons.logging.impl.SLF4JLogFactory
-
The name of the system property identifying our
Log
implementation
class.
- LogConfigurationException - Exception in org.apache.commons.logging
-
An exception that is thrown only if a suitable LogFactory
or
Log
instance cannot be created by the corresponding factory
methods.
- LogConfigurationException() - Constructor for exception org.apache.commons.logging.LogConfigurationException
-
Construct a new exception with null
as its detail message.
- LogConfigurationException(String) - Constructor for exception org.apache.commons.logging.LogConfigurationException
-
Construct a new exception with the specified detail message.
- LogConfigurationException(Throwable) - Constructor for exception org.apache.commons.logging.LogConfigurationException
-
Construct a new exception with the specified cause and a derived detail
message.
- LogConfigurationException(String, Throwable) - Constructor for exception org.apache.commons.logging.LogConfigurationException
-
Construct a new exception with the specified detail message and cause.
- LogFactory - Class in org.apache.commons.logging
-
Factory for creating
Log
instances, which always delegates to an
instance of
SLF4JLogFactory
.
- LogFactory() - Constructor for class org.apache.commons.logging.LogFactory
-
Protected constructor that is not available for public use.
- logFactory - Static variable in class org.apache.commons.logging.LogFactory
-
- logFile - Variable in class org.slf4j.impl.SimpleLoggerConfiguration
-
- logger - Variable in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
- logger - Variable in class org.apache.commons.logging.impl.SLF4JLog
-
- logger - Variable in class org.slf4j.event.EventRecodingLogger
-
- logger - Variable in class org.slf4j.event.SubstituteLoggingEvent
-
- logger - Variable in class org.slf4j.impl.JDK14LoggerAdapter
-
- Logger - Interface in org.slf4j
-
The org.slf4j.Logger interface is the main user entry point of SLF4J API.
- LOGGER_NAME_MISMATCH_URL - Static variable in class org.slf4j.LoggerFactory
-
- loggerFactory - Variable in class org.slf4j.impl.StaticLoggerBinder
-
- 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.
- LoggerFactory() - Constructor for class org.slf4j.LoggerFactory
-
- LoggerFactoryBinder - Interface in org.slf4j.spi
-
- loggerFactoryClassStr - Static variable in class org.slf4j.impl.StaticLoggerBinder
-
- loggerMap - Variable in class org.apache.commons.logging.impl.SLF4JLogFactory
-
The
Log
instances that have already been
created, keyed by logger name.
- loggerMap - Variable in class org.slf4j.impl.JCLLoggerFactory
-
- loggerMap - Variable in class org.slf4j.impl.JDK14LoggerFactory
-
- loggerMap - Variable in class org.slf4j.impl.SimpleLoggerFactory
-
- loggerName - Variable in class org.slf4j.event.SubstituteLoggingEvent
-
- loggers - Variable in class org.slf4j.helpers.SubstituteLoggerFactory
-
- LoggingEvent - Interface in org.slf4j.event
-
- logMethodCache - Variable in class org.slf4j.helpers.SubstituteLogger
-
- logName - Variable in class org.apache.commons.logging.impl.SimpleLog
-
The name of this simple log instance
- logRawDiagnostic(String) - Static method in class org.apache.commons.logging.LogFactory
-
This method exists to ensure signature compatibility.
- longArrayAppend(StringBuilder, long[]) - Static method in class org.slf4j.helpers.MessageFormatter
-
- readResolve() - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Replace this instance with a homonymous (same name) logger returned by
LoggerFactory.
- readResolve() - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Replace this instance with a homonymous (same name) logger returned by
LoggerFactory.
- readResolve() - Method in class org.slf4j.helpers.NamedLoggerBase
-
Replace this instance with a homonymous (same name) logger returned
by LoggerFactory.
- RECORD_ALL_EVENTS - Static variable in class org.slf4j.event.EventRecodingLogger
-
- recordEvent(Level, Marker, String, Object[], Throwable) - Method in class org.slf4j.event.EventRecodingLogger
-
- recordEvent2Args(Level, Marker, String, Object, Object) - Method in class org.slf4j.event.EventRecodingLogger
-
- recordEvent_0Args(Level, Marker, String, Throwable) - Method in class org.slf4j.event.EventRecodingLogger
-
- recordEvent_1Args(Level, Marker, String, Object) - Method in class org.slf4j.event.EventRecodingLogger
-
- recordEventArgArray(Level, Marker, String, Object[]) - Method in class org.slf4j.event.EventRecodingLogger
-
- recursivelyComputeLevelString() - Method in class org.slf4j.impl.SimpleLogger
-
- referenceList - Variable in class org.slf4j.helpers.BasicMarker
-
- release() - Method in class org.apache.commons.logging.impl.SLF4JLogFactory
-
Release any internal references to previously created
Log
instances returned by this factory.
- release() - Method in class org.apache.commons.logging.LogFactory
-
Release any internal references to previously created
Log
instances
returned by this factory.
- release(ClassLoader) - Static method in class org.apache.commons.logging.LogFactory
-
Release any internal references to previously created
LogFactory
instances that have been associated with the specified class loader (if
any), after calling the instance method
release()
on each of
them.
- releaseAll() - Static method in class org.apache.commons.logging.LogFactory
-
Release any internal references to previously created
LogFactory
instances, after calling the instance method
release()
on
each of them.
- 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.
- removeAttribute(String) - Method in class org.apache.commons.logging.impl.SLF4JLogFactory
-
Remove any configuration attribute associated with the specified name.
- removeAttribute(String) - Method in class org.apache.commons.logging.LogFactory
-
Remove any configuration attribute associated with the specified name.
- removeHandlersForRootLogger() - Static method in class org.slf4j.bridge.SLF4JBridgeHandler
-
Invoking this method removes/unregisters/detaches all handlers currently attached to the root logger
- renderLevel(int) - Method in class org.slf4j.impl.SimpleLogger
-
- REPLAY_URL - Static variable in class org.slf4j.LoggerFactory
-
- replayEvents() - Static method in class org.slf4j.LoggerFactory
-
- replaySingleEvent(SubstituteLoggingEvent) - Static method in class org.slf4j.LoggerFactory
-
- report(String, Throwable) - Static method in class org.slf4j.helpers.Util
-
- report(String) - Static method in class org.slf4j.helpers.Util
-
- reportActualBinding(Set<URL>) - Static method in class org.slf4j.LoggerFactory
-
- reportMultipleBindingAmbiguity(Set<URL>) - Static method in class org.slf4j.LoggerFactory
-
Prints a warning message on the console if multiple bindings were found
on the class path.
- REQUESTED_API_VERSION - Static variable in class org.slf4j.impl.StaticLoggerBinder
-
Declare the version of the SLF4J API this implementation is compiled against.
- reset() - Method in class org.slf4j.impl.SimpleLoggerFactory
-
Clear the internal logger cache.
- reset() - Static method in class org.slf4j.LoggerFactory
-
Force LoggerFactory to consider itself uninitialized.
- ROOT_LOGGER_NAME - Static variable in interface org.slf4j.Logger
-
Case insensitive String constant used to retrieve the name of the root logger.
- safeCreateSecurityManager() - Static method in class org.slf4j.helpers.Util
-
- safeGetBooleanSystemProperty(String) - Static method in class org.slf4j.helpers.Util
-
- safeGetSystemProperty(String) - Static method in class org.slf4j.helpers.Util
-
- safeObjectAppend(StringBuilder, Object) - Static method in class org.slf4j.helpers.MessageFormatter
-
- SECURITY_MANAGER - Static variable in class org.slf4j.helpers.Util
-
- SECURITY_MANAGER_CREATION_ALREADY_ATTEMPTED - Static variable in class org.slf4j.helpers.Util
-
- SELF - Static variable in class org.slf4j.impl.JDK14LoggerAdapter
-
- SEP - Static variable in class org.slf4j.helpers.BasicMarker
-
- serialVersionUID - Static variable in class org.apache.commons.logging.impl.NoOpLog
-
- serialVersionUID - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
- serialVersionUID - Static variable in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
- serialVersionUID - Static variable in class org.apache.commons.logging.impl.SLF4JLog
-
- serialVersionUID - Static variable in exception org.apache.commons.logging.LogConfigurationException
-
- serialVersionUID - Static variable in class org.slf4j.helpers.BasicMarker
-
- serialVersionUID - Static variable in class org.slf4j.helpers.MarkerIgnoringBase
-
- serialVersionUID - Static variable in class org.slf4j.helpers.NamedLoggerBase
-
- serialVersionUID - Static variable in class org.slf4j.helpers.NOPLogger
-
- serialVersionUID - Static variable in class org.slf4j.impl.JCLLoggerAdapter
-
- serialVersionUID - Static variable in class org.slf4j.impl.JDK14LoggerAdapter
-
- serialVersionUID - Static variable in class org.slf4j.impl.SimpleLogger
-
- SERVICE_ID - Static variable in class org.apache.commons.logging.LogFactory
-
- setArgumentArray(Object[]) - Method in class org.slf4j.event.SubstituteLoggingEvent
-
- setAttribute(String, Object) - Method in class org.apache.commons.logging.impl.SLF4JLogFactory
-
Set the configuration attribute with the specified name.
- setAttribute(String, Object) - Method in class org.apache.commons.logging.LogFactory
-
Set the configuration attribute with the specified name.
- 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(int) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Set logging level.
- 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
-
- shortArrayAppend(StringBuilder, short[]) - Static method in class org.slf4j.helpers.MessageFormatter
-
- shortLogName - Variable in class org.apache.commons.logging.impl.SimpleLog
-
The short name of this simple log instance
- shortLogName - Variable in class org.slf4j.impl.SimpleLogger
-
The short name of this simple log instance
- SHOW_DATE_TIME_DEFAULT - Static variable in class org.slf4j.impl.SimpleLoggerConfiguration
-
- SHOW_DATE_TIME_KEY - Static variable in class org.slf4j.impl.SimpleLogger
-
- SHOW_LOG_NAME_DEFAULT - Static variable in class org.slf4j.impl.SimpleLoggerConfiguration
-
- SHOW_LOG_NAME_KEY - Static variable in class org.slf4j.impl.SimpleLogger
-
- SHOW_SHORT_LOG_NAME_DEFAULT - Static variable in class org.slf4j.impl.SimpleLoggerConfiguration
-
- SHOW_SHORT_LOG_NAME_KEY - Static variable in class org.slf4j.impl.SimpleLogger
-
- SHOW_THREAD_NAME_DEFAULT - Static variable in class org.slf4j.impl.SimpleLoggerConfiguration
-
- SHOW_THREAD_NAME_KEY - Static variable in class org.slf4j.impl.SimpleLogger
-
- showDateTime - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
Include the current time in the log message
- showDateTime - Variable in class org.slf4j.impl.SimpleLoggerConfiguration
-
- showLogName - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
Include the instance name in the log message?
- showLogName - Variable in class org.slf4j.impl.SimpleLoggerConfiguration
-
- showShortLogName - Variable in class org.slf4j.impl.SimpleLoggerConfiguration
-
- showShortName - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
Include the short name ( last component ) of the logger in the log message.
- showThreadName - Variable in class org.slf4j.impl.SimpleLoggerConfiguration
-
- SimpleLog - Class in org.apache.commons.logging.impl
-
Simple implementation of Log that sends all enabled log messages, for all
defined loggers, to System.err.
- SimpleLog(String) - Constructor for class org.apache.commons.logging.impl.SimpleLog
-
Construct a simple log with given name.
- SimpleLogger - Class in org.slf4j.impl
-
Simple implementation of
Logger
that sends all enabled log messages,
for all defined loggers, to the console (
System.err
).
- SimpleLogger(String) - Constructor for class org.slf4j.impl.SimpleLogger
-
- SimpleLoggerConfiguration - Class in org.slf4j.impl
-
- SimpleLoggerConfiguration() - Constructor for class org.slf4j.impl.SimpleLoggerConfiguration
-
- SimpleLoggerFactory - Class in org.slf4j.impl
-
- SimpleLoggerFactory() - Constructor for class org.slf4j.impl.SimpleLoggerFactory
-
- simpleLogProps - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
Properties loaded from simplelog.properties
- SINGLETON - Static variable in class org.slf4j.impl.StaticLoggerBinder
-
The unique instance of this class.
- 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.
- SLF4JBridgeHandler - Class in org.slf4j.bridge
-
Bridge/route all JUL log records to the SLF4J API.
- SLF4JBridgeHandler() - Constructor for class org.slf4j.bridge.SLF4JBridgeHandler
-
Initialize this handler.
- slf4jLevelIntToJULLevel(int) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
- SLF4JLocationAwareLog - Class in org.apache.commons.logging.impl
-
- SLF4JLocationAwareLog(LocationAwareLogger) - Constructor for class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
- SLF4JLog - Class in org.apache.commons.logging.impl
-
- SLF4JLog(Logger) - Constructor for class org.apache.commons.logging.impl.SLF4JLog
-
- SLF4JLogFactory - Class in org.apache.commons.logging.impl
-
- SLF4JLogFactory() - Constructor for class org.apache.commons.logging.impl.SLF4JLogFactory
-
Public no-arguments constructor required by the lookup mechanism.
- START_TIME - Static variable in class org.slf4j.impl.SimpleLogger
-
- STATIC_LOGGER_BINDER_PATH - Static variable in class org.slf4j.LoggerFactory
-
- StaticLoggerBinder - Class in org.slf4j.impl
-
- 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.
- 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.
- 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.
- 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.
- StaticLoggerBinder() - Constructor for class org.slf4j.impl.StaticLoggerBinder
-
- StaticMarkerBinder - Class in org.slf4j.impl
-
- 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.
- 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.
- 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.
- 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.
- StaticMarkerBinder() - Constructor for class org.slf4j.impl.StaticMarkerBinder
-
- StaticMDCBinder - Class in org.slf4j.impl
-
- StaticMDCBinder - Class in org.slf4j.impl
-
This implementation is bound to NOPMDCAdapter
.
- StaticMDCBinder - Class in org.slf4j.impl
-
This implementation is bound to BasicMDCAdapter
.
- StaticMDCBinder - Class in org.slf4j.impl
-
This class is only a stub.
- StaticMDCBinder - Class in org.slf4j.impl
-
This implementation is bound to NOPMDCAdapter
.
- StaticMDCBinder() - Constructor for class org.slf4j.impl.StaticMDCBinder
-
- stringToLevel(String) - Static method in class org.slf4j.impl.SimpleLoggerConfiguration
-
- SUBST_FACTORY - Static variable in class org.slf4j.LoggerFactory
-
- SUBSTITUTE_LOGGER_URL - Static variable in class org.slf4j.LoggerFactory
-
- 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() - Constructor for class org.slf4j.helpers.SubstituteLoggerFactory
-
- SubstituteLoggingEvent - Class in org.slf4j.event
-
- SubstituteLoggingEvent() - Constructor for class org.slf4j.event.SubstituteLoggingEvent
-
- SUCCESSFUL_INITIALIZATION - Static variable in class org.slf4j.LoggerFactory
-
- SUPER - Static variable in class org.slf4j.impl.JDK14LoggerAdapter
-
- SYSTEM_PREFIX - Static variable in class org.slf4j.impl.SimpleLogger
-
All system properties used by SimpleLogger
start with this
prefix
- systemPrefix - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
All system properties used by SimpleLog
start with this
- targetPrintStream - Variable in class org.slf4j.impl.OutputChoice
-
- TCCL_KEY - Static variable in class org.apache.commons.logging.LogFactory
-
The name (use_tccl
) of the key in the config file used to
specify whether logging classes should be loaded via the thread context
class loader (TCCL), or not.
- threadName - Variable in class org.slf4j.event.SubstituteLoggingEvent
-
- throwable - Variable in class org.slf4j.event.SubstituteLoggingEvent
-
- throwable - Variable in class org.slf4j.helpers.FormattingTuple
-
- timeStamp - Variable in class org.slf4j.event.SubstituteLoggingEvent
-
- 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(Object) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- trace(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- trace(Object) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Log a message with trace log level.
- trace(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Log an error with trace log level.
- trace(Object) - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Converts the input parameter to String and then delegates to the debug
method of the wrapped org.slf4j.Logger
instance.
- trace(Object, Throwable) - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Converts the first input parameter to String and then delegates to the
debug method of the wrapped org.slf4j.Logger
instance.
- trace(Object) - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Converts the input parameter to String and then delegates to the debug
method of the wrapped org.slf4j.Logger
instance.
- trace(Object, Throwable) - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Converts the first input parameter to String and then delegates to the
debug method of the wrapped org.slf4j.Logger
instance.
- trace(Object) - Method in interface org.apache.commons.logging.Log
-
Log a message with trace log level.
- trace(Object, Throwable) - Method in interface org.apache.commons.logging.Log
-
Log an error with trace log level.
- 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 class org.slf4j.impl.JCLLoggerAdapter
-
- trace(String, Object) - Method in class org.slf4j.impl.JCLLoggerAdapter
-
- trace(String, Object, Object) - Method in class org.slf4j.impl.JCLLoggerAdapter
-
- trace(String, Object...) - Method in class org.slf4j.impl.JCLLoggerAdapter
-
- trace(String, Throwable) - Method in class org.slf4j.impl.JCLLoggerAdapter
-
- trace(String) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log a message object at level FINEST.
- trace(String, Object) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log a message at level FINEST according to the specified format and
argument.
- trace(String, Object, Object) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log a message at level FINEST according to the specified format and
arguments.
- trace(String, Object...) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log a message at level FINEST according to the specified format and
arguments.
- trace(String, Throwable) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log an exception (throwable) at level FINEST with an accompanying message.
- trace(String) - Method in class org.slf4j.impl.SimpleLogger
-
A simple implementation which logs messages of level TRACE according to
the format outlined above.
- trace(String, Object) - Method in class org.slf4j.impl.SimpleLogger
-
Perform single parameter substitution before logging the message of level
TRACE according to the format outlined above.
- trace(String, Object, Object) - Method in class org.slf4j.impl.SimpleLogger
-
Perform double parameter substitution before logging the message of level
TRACE according to the format outlined above.
- trace(String, Object...) - Method in class org.slf4j.impl.SimpleLogger
-
Perform double parameter substitution before logging the message of level
TRACE according to the format outlined above.
- trace(String, Throwable) - Method in class org.slf4j.impl.SimpleLogger
-
Log a message of level TRACE, including an exception.
- 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
-
- trace(Marker, String, Object, Object) - Method in interface org.slf4j.Logger
-
- trace(Marker, String, Object...) - Method in interface org.slf4j.Logger
-
- trace(Marker, String, Throwable) - Method in interface org.slf4j.Logger
-
- TRACE_INT - Static variable in class org.slf4j.event.EventConstants
-
- TRACE_INT - Static variable in interface org.slf4j.spi.LocationAwareLogger
-
- TRACE_LEVEL_THRESHOLD - Static variable in class org.slf4j.bridge.SLF4JBridgeHandler
-
- trimmedCopy(Object[]) - Static method in class org.slf4j.helpers.MessageFormatter
-
Helper method to get all but the last element of an array
- warn(Object) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- warn(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- warn(Object) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Log a message with warn log level.
- warn(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Log an error with warn log level.
- warn(Object) - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Converts the input parameter to String and then delegates to the wrapped
org.slf4j.Logger
instance.
- warn(Object, Throwable) - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
-
Converts the first input parameter to String and then delegates to the
wrapped org.slf4j.Logger
instance.
- warn(Object) - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Converts the input parameter to String and then delegates to the wrapped
org.slf4j.Logger
instance.
- warn(Object, Throwable) - Method in class org.apache.commons.logging.impl.SLF4JLog
-
Converts the first input parameter to String and then delegates to the
wrapped org.slf4j.Logger
instance.
- warn(Object) - Method in interface org.apache.commons.logging.Log
-
Log a message with warn log level.
- warn(Object, Throwable) - Method in interface org.apache.commons.logging.Log
-
Log an error with warn log level.
- 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 class org.slf4j.impl.JCLLoggerAdapter
-
- warn(String, Object) - Method in class org.slf4j.impl.JCLLoggerAdapter
-
- warn(String, Object, Object) - Method in class org.slf4j.impl.JCLLoggerAdapter
-
- warn(String, Object...) - Method in class org.slf4j.impl.JCLLoggerAdapter
-
- warn(String, Throwable) - Method in class org.slf4j.impl.JCLLoggerAdapter
-
- warn(String) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log a message object at the WARNING level.
- warn(String, Object) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log a message at the WARNING level according to the specified format and
argument.
- warn(String, Object, Object) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log a message at the WARNING level according to the specified format and
arguments.
- warn(String, Object...) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log a message at level WARNING according to the specified format and
arguments.
- warn(String, Throwable) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
Log an exception (throwable) at the WARNING level with an accompanying
message.
- warn(String) - Method in class org.slf4j.impl.SimpleLogger
-
A simple implementation which always logs messages of level WARN
according to the format outlined above.
- warn(String, Object) - Method in class org.slf4j.impl.SimpleLogger
-
Perform single parameter substitution before logging the message of level
WARN according to the format outlined above.
- warn(String, Object, Object) - Method in class org.slf4j.impl.SimpleLogger
-
Perform double parameter substitution before logging the message of level
WARN according to the format outlined above.
- warn(String, Object...) - Method in class org.slf4j.impl.SimpleLogger
-
Perform double parameter substitution before logging the message of level
WARN according to the format outlined above.
- warn(String, Throwable) - Method in class org.slf4j.impl.SimpleLogger
-
Log a message of level WARN, including an exception.
- 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
-
- warn(Marker, String, Object, Object) - Method in interface org.slf4j.Logger
-
- warn(Marker, String, Object...) - Method in interface org.slf4j.Logger
-
- warn(Marker, String, Throwable) - Method in interface org.slf4j.Logger
-
- WARN_INT - Static variable in class org.slf4j.event.EventConstants
-
- WARN_INT - Static variable in interface org.slf4j.spi.LocationAwareLogger
-
- WARN_LEVEL_STRING_KEY - Static variable in class org.slf4j.impl.SimpleLogger
-
- WARN_LEVEL_THRESHOLD - Static variable in class org.slf4j.bridge.SLF4JBridgeHandler
-
- WARN_LEVELS_STRING_DEFAULT - Static variable in class org.slf4j.impl.SimpleLoggerConfiguration
-
- warnLevelString - Variable in class org.slf4j.impl.SimpleLoggerConfiguration
-
- write(StringBuffer) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Write the content of the message accumulated in the specified
StringBuffer
to the appropriate output destination.
- write(StringBuilder, Throwable) - Method in class org.slf4j.impl.SimpleLogger
-
- writeThrowable(Throwable, PrintStream) - Method in class org.slf4j.impl.SimpleLogger
-