- DATE_TIME_FORMAT_KEY - Static variable in class org.slf4j.impl.SimpleLogger
-
- dateFormatter - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
Used to format times
- dateTimeFormat - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
The date and time format to use in the log message
- 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(Object) - Method in class org.apache.log4j.Category
-
- debug(Object, Throwable) - Method in class org.apache.log4j.Category
-
- debug(String) - Static method in class org.apache.log4j.helpers.LogLog
-
This method is used to output log4j internal debug
statements.
- debug(String, Throwable) - Static method in class org.apache.log4j.helpers.LogLog
-
This method is used to output log4j internal debug
statements.
- DEBUG - Static variable in class org.apache.log4j.Level
-
The DEBUG
Level designates fine-grained
informational events that are most useful to debug an
application.
- DEBUG - Static variable in class org.apache.log4j.Priority
-
- debug(Enum<?>, Object...) - Method in class org.slf4j.cal10n.LocLogger
-
Log a localized message at the DEBUG level.
- debug(String) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- debug(String, Object) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- debug(String, Object, Object) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- debug(String, Object...) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- debug(String, Throwable) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- debug(Marker, String) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- debug(Marker, String, Object) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- debug(Marker, String, Object, Object) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- debug(Marker, String, Object...) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- debug(Marker, String, Throwable) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- 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.Log4jLoggerAdapter
-
Log a message object at level DEBUG.
- debug(String, Object) - Method in class org.slf4j.impl.Log4jLoggerAdapter
-
Log a message at level DEBUG according to the specified format and
argument.
- debug(String, Object, Object) - Method in class org.slf4j.impl.Log4jLoggerAdapter
-
Log a message at level DEBUG according to the specified format and
arguments.
- debug(String, Object...) - Method in class org.slf4j.impl.Log4jLoggerAdapter
-
Log a message at level DEBUG according to the specified format and
arguments.
- debug(String, Throwable) - Method in class org.slf4j.impl.Log4jLoggerAdapter
-
Log an exception (throwable) at level DEBUG 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.apache.log4j.Priority
-
- DEBUG_INT - Static variable in interface org.slf4j.spi.LocationAwareLogger
-
- DEBUG_KEY - Static variable in class org.apache.log4j.helpers.LogLog
-
Defining this value makes log4j print log4j-internal debug
statements to System.out
.
- debugEnabled - Static variable in class org.apache.log4j.helpers.LogLog
-
- DEFAULT_DATE_TIME_FORMAT - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
The default format to use when formating dates
- DEFAULT_LOG_LEVEL_KEY - Static variable in class org.slf4j.impl.SimpleLogger
-
- detachMarker(String) - Method in class org.slf4j.helpers.BasicMarkerFactory
-
- detachMarker(String) - Method in interface org.slf4j.IMarkerFactory
-
Detach an existing marker.
- 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.
- doAppend(LoggingEvent) - Method in interface org.apache.log4j.Appender
-
Log in Appender
specific way.
- doConfigure(Properties, LoggerRepository) - Method in class org.apache.log4j.PropertyConfigurator
-
- doConfigure(String, LoggerRepository) - Method in class org.apache.log4j.PropertyConfigurator
-
- doConfigure(URL, LoggerRepository) - Method in class org.apache.log4j.PropertyConfigurator
-
- doConfigure(URL, LoggerRepository) - Method in interface org.apache.log4j.spi.Configurator
-
Interpret a resource pointed by a URL and set up log4j accordingly.
- doConfigure(Element, LoggerRepository) - Method in class org.apache.log4j.xml.DOMConfigurator
-
- doConfigure(InputStream, LoggerRepository) - Method in class org.apache.log4j.xml.DOMConfigurator
-
- doConfigure(Reader, LoggerRepository) - Method in class org.apache.log4j.xml.DOMConfigurator
-
- doConfigure(String, LoggerRepository) - Method in class org.apache.log4j.xml.DOMConfigurator
-
- doConfigure(URL, LoggerRepository) - Method in class org.apache.log4j.xml.DOMConfigurator
-
- DOMConfigurator - Class in org.apache.log4j.xml
-
- DOMConfigurator() - Constructor for class org.apache.log4j.xml.DOMConfigurator
-
- DurationUnit - Enum in org.slf4j.profiler
-
An enum of supported time units.
- elapsedTime() - Method in class org.slf4j.profiler.Profiler
-
- elapsedTime() - Method in class org.slf4j.profiler.StopWatch
-
- elapsedTime() - Method in interface org.slf4j.profiler.TimeInstrument
-
Time elapsed between start and stop, in nanoseconds.
- emitNoAppenderWarning(Category) - Method in interface org.apache.log4j.spi.LoggerRepository
-
- entry(Object...) - Method in class org.slf4j.ext.XLogger
-
Log method entry.
- equals(Object) - Method in class org.apache.log4j.Priority
-
Two priorities are equal if their level fields are equal.
- equals(Object) - Method in class org.slf4j.ext.EventData
-
Compare two EventData objects for equality.
- 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(Object) - Method in class org.apache.log4j.Category
-
- error(Object, Throwable) - Method in class org.apache.log4j.Category
-
- error(String) - Static method in class org.apache.log4j.helpers.LogLog
-
This method is used to output log4j internal error
statements.
- error(String, Throwable) - Static method in class org.apache.log4j.helpers.LogLog
-
This method is used to output log4j internal error
statements.
- ERROR - Static variable in class org.apache.log4j.Level
-
The ERROR
level designates error events that
might still allow the application to continue running.
- ERROR - Static variable in class org.apache.log4j.Priority
-
- error(Enum<?>, Object...) - Method in class org.slf4j.cal10n.LocLogger
-
Log a localized message at the ERROR level.
- error(String) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- error(String, Object) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- error(String, Object, Object) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- error(String, Object...) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- error(String, Throwable) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- error(Marker, String) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- error(Marker, String, Object) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- error(Marker, String, Object, Object) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- error(Marker, String, Object...) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- error(Marker, String, Throwable) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- 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.Log4jLoggerAdapter
-
Log a message object at the ERROR level.
- error(String, Object) - Method in class org.slf4j.impl.Log4jLoggerAdapter
-
Log a message at the ERROR level according to the specified format and
argument.
- error(String, Object, Object) - Method in class org.slf4j.impl.Log4jLoggerAdapter
-
Log a message at the ERROR level according to the specified format and
arguments.
- error(String, Object...) - Method in class org.slf4j.impl.Log4jLoggerAdapter
-
Log a message at level ERROR according to the specified format and
arguments.
- error(String, Throwable) - Method in class org.slf4j.impl.Log4jLoggerAdapter
-
Log an exception (throwable) at the ERROR 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.apache.log4j.Priority
-
- ERROR_INT - Static variable in interface org.slf4j.spi.LocationAwareLogger
-
- ErrorHandler - Class in org.apache.log4j.spi
-
Created by IntelliJ IDEA.
- ErrorHandler() - Constructor for class org.apache.log4j.spi.ErrorHandler
-
- EVENT_DATETIME - Static variable in class org.slf4j.ext.EventData
-
- EVENT_ID - Static variable in class org.slf4j.ext.EventData
-
- EVENT_MESSAGE - Static variable in class org.slf4j.ext.EventData
-
- EVENT_TYPE - Static variable in class org.slf4j.ext.EventData
-
- EventData - Class in org.slf4j.ext
-
Base class for Event Data.
- EventData() - Constructor for class org.slf4j.ext.EventData
-
Default Constructor
- EventData(Map<String, Object>) - Constructor for class org.slf4j.ext.EventData
-
Constructor to create event data from a Map.
- EventData(String) - Constructor for class org.slf4j.ext.EventData
-
Construct from a serialized form of the Map containing the RequestInfo
elements
- EventException - Exception in org.slf4j.ext
-
Exception used to identify issues related to an event that is being logged.
- EventException() - Constructor for exception org.slf4j.ext.EventException
-
Default constructor.
- EventException(String) - Constructor for exception org.slf4j.ext.EventException
-
Constructor that allows an exception message.
- EventException(Throwable) - Constructor for exception org.slf4j.ext.EventException
-
Constructor that chains another Exception or Error.
- EventException(String, Throwable) - Constructor for exception org.slf4j.ext.EventException
-
Constructor that chains another Exception or Error and also allows a message
to be specified.
- EventLogger - Class in org.slf4j.ext
-
Simple Logger used to log events.
- exists(String) - Method in interface org.apache.log4j.spi.LoggerRepository
-
- 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.
- exit() - Method in class org.slf4j.ext.XLogger
-
Log method exit
- exit(T) - Method in class org.slf4j.ext.XLogger
-
Log method exit
- get(String) - Static method in class org.apache.log4j.MDC
-
- get() - Static method in class org.apache.log4j.NDC
-
- get(String) - Method in class org.slf4j.ext.EventData
-
Retrieve an event attribute.
- 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) - Method in class org.slf4j.impl.Log4jMDCAdapter
-
- get(String) - Static method in class org.slf4j.MDC
-
Get the diagnostic context identified by the key
parameter.
- get(String) - Method in class org.slf4j.profiler.ProfilerRegistry
-
- get(String) - Method in interface org.slf4j.spi.MDCAdapter
-
Get the context identified by the key
parameter.
- getAdditivity() - Method in class org.apache.log4j.Category
-
- getAllAppenders() - Method in class org.apache.log4j.Category
-
- getAllPossiblePriorities() - Static method in class org.apache.log4j.Priority
-
- getAppender(String) - Method in class org.apache.log4j.Category
-
- getArgArray() - Method in class org.slf4j.helpers.FormattingTuple
-
- 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.
- 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).
- getClassLoader(Class) - Static method in class org.apache.commons.logging.LogFactory
-
This method exists to ensure signature compatibility.
- getContext() - Static method in class org.apache.log4j.MDC
-
Deprecated.
- getContextClassLoader() - Static method in class org.apache.commons.logging.LogFactory
-
This method exists to ensure signature compatibility.
- getCopyOfChildTimeInstruments() - Method in class org.slf4j.profiler.Profiler
-
Return a copy of the child instrument list for this Profiler instance.
- 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() - Method in class org.slf4j.impl.Log4jMDCAdapter
-
- 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.
- getCopyOfGlobalStopWatch() - Method in class org.slf4j.profiler.Profiler
-
Return a copy of the global stopwath of this Profiler instance.
- getCurrentCategories() - Method in interface org.apache.log4j.spi.LoggerRepository
-
Deprecated.
- getCurrentLoggers() - Static method in class org.apache.log4j.LogManager
-
This bogus implementation returns an empty enumeration.
- getCurrentLoggers() - Method in interface org.apache.log4j.spi.LoggerRepository
-
- getDepth() - Static method in class org.apache.log4j.NDC
-
- 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.
- getEffectiveLevel() - Method in class org.apache.log4j.Category
-
Return the level in effect for this category/logger.
- getEntrySetIterator() - Method in class org.slf4j.ext.EventData
-
Returns an Iterator over all the entries in the EventDAta.
- getErrorHandler() - Method in interface org.apache.log4j.Appender
-
- getEventDateTime() - Method in class org.slf4j.ext.EventData
-
Retrieve the date and time the event occurred.
- getEventId() - Method in class org.slf4j.ext.EventData
-
Retrieve the event identifier.
- getEventMap() - Method in class org.slf4j.ext.EventData
-
Retrieve all the attributes in the EventData as a Map.
- getEventType() - Method in class org.slf4j.ext.EventData
-
Retrieve the type of the event.
- 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.
- getFilter() - Method in interface org.apache.log4j.Appender
-
Returns the head Filter.
- 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.
- getInstance(Class) - Static method in class org.apache.log4j.Category
-
- getInstance(String) - Static method in class org.apache.log4j.Category
-
- getInstance() - Static method in class org.apache.log4j.helpers.NullEnumeration
-
- 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.
- getLayout() - Method in interface org.apache.log4j.Appender
-
Returns this appenders layout.
- getLevel() - Method in class org.apache.commons.logging.impl.SimpleLog
-
Get logging level.
- getLevel() - Method in class org.apache.log4j.Category
-
Returns the assigned
Level
, if any, for this Category.
- getLocLogger(String) - Method in class org.slf4j.cal10n.LocLoggerFactory
-
Get an LocLogger instance by name.
- getLocLogger(Class<?>) - Method in class org.slf4j.cal10n.LocLoggerFactory
-
Get a new LocLogger instance by class.
- 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(String) - Static method in class org.apache.log4j.Logger
-
- getLogger(String, LoggerFactory) - Static method in class org.apache.log4j.Logger
-
- getLogger(Class) - Static method in class org.apache.log4j.Logger
-
- getLogger(String) - Static method in class org.apache.log4j.LogManager
-
- getLogger(Class) - Static method in class org.apache.log4j.LogManager
-
- getLogger(String, LoggerFactory) - Static method in class org.apache.log4j.LogManager
-
Returns a logger instance created by loggerFactory.
- getLogger(String) - Method in interface org.apache.log4j.spi.LoggerRepository
-
- getLogger(String, LoggerFactory) - Method in interface org.apache.log4j.spi.LoggerRepository
-
- 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.Log4jLoggerFactory
-
- 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.
- getLogger() - Method in class org.slf4j.profiler.Profiler
-
- 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.
- 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
-
- 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 class org.slf4j.ext.EventData
-
Retrieve the message text associated with this event, if any.
- getMessage() - Method in class org.slf4j.helpers.FormattingTuple
-
- getName() - Method in interface org.apache.log4j.Appender
-
Get the name of this appender.
- getName() - Method in class org.apache.log4j.Category
-
Returns the obvious.
- getName() - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- getName() - Method in class org.slf4j.helpers.BasicMarker
-
- getName() - Method in class org.slf4j.helpers.NOPLogger
-
Always returns the string value "NOP".
- getName() - Method in class org.slf4j.helpers.SubstituteLogger
-
- getName() - Method in interface org.slf4j.Logger
-
Return the name of this Logger
instance.
- getName() - Method in interface org.slf4j.Marker
-
Get the name of this Marker.
- getName() - Method in class org.slf4j.profiler.Profiler
-
- getName() - Method in class org.slf4j.profiler.StopWatch
-
- getName() - Method in interface org.slf4j.profiler.TimeInstrument
-
All time instruments are named entities.
- getParent() - Method in class org.apache.log4j.Category
-
- getPriority() - Method in class org.apache.log4j.Category
-
- getProfilerRegistry() - Method in class org.slf4j.profiler.Profiler
-
- getRootLogger() - Static method in class org.apache.log4j.Logger
-
Does the obvious.
- getRootLogger() - Static method in class org.apache.log4j.LogManager
-
- getRootLogger() - Method in interface org.apache.log4j.spi.LoggerRepository
-
- getService(Bundle, ServiceRegistration) - Method in class org.slf4j.osgi.logservice.impl.LogServiceFactory
-
- getSignature(CtBehavior) - Static method in class org.slf4j.instrumentation.JavassistHelper
-
Return javaassist source snippet which lists all the parameters and their
values.
- getSingleton() - Static method in class org.slf4j.impl.StaticLoggerBinder
-
Return the singleton of this class.
- getSize() - Method in class org.slf4j.ext.EventData
-
Returns the number of attributes in the EventData.
- getSLF4JLogger(LogRecord) - Method in class org.slf4j.bridge.SLF4JBridgeHandler
-
Return the Logger instance that will be used for logging.
- getStatus() - Method in class org.slf4j.profiler.Profiler
-
- getStatus() - Method in class org.slf4j.profiler.StopWatch
-
- getStatus() - Method in interface org.slf4j.profiler.TimeInstrument
-
- getSyslogEquivalent() - Method in class org.apache.log4j.Priority
-
Return the syslog equivalent of this priority as an integer.
- getThreadContextInstance() - Static method in class org.slf4j.profiler.ProfilerRegistry
-
- getThreshold() - Method in interface org.apache.log4j.spi.LoggerRepository
-
Get the repository-wide threshold.
- getThrowable() - Method in class org.slf4j.helpers.FormattingTuple
-
- getXLogger(String) - Static method in class org.slf4j.ext.XLoggerFactory
-
Get an XLogger instance by name.
- getXLogger(Class<?>) - Static method in class org.slf4j.ext.XLoggerFactory
-
Get a new XLogger instance by class.
- IGNORE - Static variable in class org.slf4j.agent.AgentOptions
-
List of class prefixes to ignore when instrumenting.
- ignore(String[]) - Method in class org.slf4j.instrumentation.LogTransformer.Builder
-
- 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(Object) - Method in class org.apache.log4j.Category
-
- info(Object, Throwable) - Method in class org.apache.log4j.Category
-
- INFO - Static variable in class org.apache.log4j.Level
-
The INFO
level designates informational messages
that highlight the progress of the application at coarse-grained
level.
- INFO - Static variable in class org.apache.log4j.Priority
-
- info(Enum<?>, Object...) - Method in class org.slf4j.cal10n.LocLogger
-
Log a localized message at the INFO level.
- info(String) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- info(String, Object) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- info(String, Object, Object) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- info(String, Object...) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- info(String, Throwable) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- info(Marker, String) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- info(Marker, String, Object) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- info(Marker, String, Object, Object) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- info(Marker, String, Object...) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- info(Marker, String, Throwable) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- 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.Log4jLoggerAdapter
-
Log a message object at the INFO level.
- info(String, Object) - Method in class org.slf4j.impl.Log4jLoggerAdapter
-
Log a message at level INFO according to the specified format and argument.
- info(String, Object, Object) - Method in class org.slf4j.impl.Log4jLoggerAdapter
-
Log a message at the INFO level according to the specified format and
arguments.
- info(String, Object...) - Method in class org.slf4j.impl.Log4jLoggerAdapter
-
Log a message at level INFO according to the specified format and
arguments.
- info(String, Throwable) - Method in class org.slf4j.impl.Log4jLoggerAdapter
-
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.apache.log4j.Priority
-
- INFO_INT - Static variable in interface org.slf4j.spi.LocationAwareLogger
-
- inherit(Stack) - Static method in class org.apache.log4j.NDC
-
- INHERITED - Static variable in interface org.apache.log4j.spi.Configurator
-
Special level value signifying inherited behaviour.
- install() - Static method in class org.slf4j.bridge.SLF4JBridgeHandler
-
Adds a SLF4JBridgeHandler instance to jul's root logger.
- instanceofLAL - Variable in class org.slf4j.ext.LoggerWrapper
-
- intValue() - Method in enum org.slf4j.ext.XLogger.Level
-
- 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.apache.log4j.Category
-
- isDebugEnabled() - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- isDebugEnabled(Marker) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- 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.Log4jLoggerAdapter
-
Is this logger instance enabled for the DEBUG 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
-
- isDiagnosticsEnabled() - Static method in class org.apache.commons.logging.LogFactory
-
This method exists to ensure signature compatibility.
- isDisabled(int) - Method in interface org.apache.log4j.spi.LoggerRepository
-
Returns whether this repository is disabled for a given
level.
- isEnabledFor(Priority) - Method in class org.apache.log4j.Category
-
Determines whether the priority passed as parameter is enabled in the
underlying SLF4J logger.
- 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.apache.log4j.Category
-
- isErrorEnabled() - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- isErrorEnabled(Marker) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- 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.Log4jLoggerAdapter
-
Is this logger instance enabled for level ERROR?
- 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
-
- 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?
- isGreaterOrEqual(Priority) - Method in class org.apache.log4j.Priority
-
Returns true
if this level has a higher or equal
level than the level passed as argument, false
otherwise.
- 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.apache.log4j.Category
-
- isInfoEnabled() - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- isInfoEnabled(Marker) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- 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.Log4jLoggerAdapter
-
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.apache.log4j.Logger
-
- isTraceEnabled() - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- isTraceEnabled(Marker) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- 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.Log4jLoggerAdapter
-
Is this logger instance enabled for the TRACE 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.apache.log4j.Category
-
- isWarnEnabled() - Method in class org.slf4j.ext.LoggerWrapper
-
- isWarnEnabled(Marker) - Method in class org.slf4j.ext.LoggerWrapper
-
Delegate to the appropriate method of the underlying logger.
- 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.Log4jLoggerAdapter
-
Is this logger instance enabled for the WARN 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.
- Layout - Class in org.apache.log4j
-
This class is a minimal implementation of the original Log4J class.
- Layout() - Constructor for class org.apache.log4j.Layout
-
- leftPad(StringBuffer, String, int) - Static method in class org.slf4j.profiler.SpacePadder
-
Deprecated.
- leftPad(StringBuilder, String, int) - Static method in class org.slf4j.profiler.SpacePadder
-
- Level - Class in org.apache.log4j
-
Defines the minimum set of levels recognized by the system, that is
OFF
, FATAL
, ERROR
,
WARN
, INFO
, DEBUG
and
ALL
.
- Level(int, String, int) - Constructor for class org.apache.log4j.Level
-
Instantiate a Level object.
- LEVEL - Static variable in class org.slf4j.agent.AgentOptions
-
Indicate the SLF4J level that should be used by the logging statements
added by the agent.
- level(String) - Method in class org.slf4j.instrumentation.LogTransformer.Builder
-
- LEVEL_IN_BRACKETS_KEY - Static variable in class org.slf4j.impl.SimpleLogger
-
- LINE_SEP - Static variable in class org.slf4j.profiler.SpacePadder
-
- LocationAwareLogger - Interface in org.slf4j.spi
-
An optional interface helping integration with logging systems capable of
extracting location information.
- LocLogger - Class in org.slf4j.cal10n
-
A logger specialized in localized logging.
- LocLogger(Logger, IMessageConveyor) - Constructor for class org.slf4j.cal10n.LocLogger
-
- LocLoggerFactory - Class in org.slf4j.cal10n
-
- LocLoggerFactory(IMessageConveyor) - Constructor for class org.slf4j.cal10n.LocLoggerFactory
-
- 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(String, Priority, Object, Throwable) - Method in class org.apache.log4j.Category
-
- log(Priority, Object, Throwable) - Method in class org.apache.log4j.Category
-
- log(Priority, Object) - Method in class org.apache.log4j.Category
-
- log(Marker, String, int, String, Object[], Throwable) - Method in class org.slf4j.impl.JDK14LoggerAdapter
-
- log(Marker, String, int, String, Object[], Throwable) - Method in class org.slf4j.impl.Log4jLoggerAdapter
-
- log(int, String) - Method in class org.slf4j.osgi.logservice.impl.LogServiceImpl
-
- log(int, String, Throwable) - Method in class org.slf4j.osgi.logservice.impl.LogServiceImpl
-
- log(ServiceReference, int, String) - Method in class org.slf4j.osgi.logservice.impl.LogServiceImpl
-
- log(ServiceReference, int, String, Throwable) - Method in class org.slf4j.osgi.logservice.impl.LogServiceImpl
-
- log() - Method in class org.slf4j.profiler.Profiler
-
- log() - Method in class org.slf4j.profiler.StopWatch
-
- log() - Method in interface org.slf4j.profiler.TimeInstrument
-
If the time instrument has an associated logger, then log information about
this time instrument.
- log(Marker, String, int, String, Object[], Throwable) - Method in interface org.slf4j.spi.LocationAwareLogger
-
Printing method with support for location information.
- Log4jLoggerAdapter - Class in org.slf4j.impl
-
- Log4jLoggerFactory - Class in org.slf4j.impl
-
- Log4jLoggerFactory() - Constructor for class org.slf4j.impl.Log4jLoggerFactory
-
- Log4jMDCAdapter - Class in org.slf4j.impl
-
- Log4jMDCAdapter() - Constructor for class org.slf4j.impl.Log4jMDCAdapter
-
- 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_ERROR - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
"Error" level logging.
- 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_OFF - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
Enable no logging levels
- LOG_LEVEL_TRACE - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
"Trace" level logging.
- LOG_LEVEL_WARN - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
"Warn" level logging.
- 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.
- logEvent(EventData) - Static method in class org.slf4j.ext.EventLogger
-
Logs the event.
- 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.
- Logger - Class in org.apache.log4j
-
This class is a minimal implementation of the original
org.apache.log4j.Logger
class (as found in log4j 1.2)
delegating all calls to a
Logger
instance.
- Logger(String) - Constructor for class org.apache.log4j.Logger
-
- logger - Variable in class org.slf4j.ext.LoggerWrapper
-
- Logger - Interface in org.slf4j
-
The org.slf4j.Logger interface is the main user entry point of SLF4J API.
- LoggerFactory - Interface in org.apache.log4j.spi
-
Implement this interface to create new instances of Logger or
a sub-class of Logger.
- 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
-
- LoggerRepository - Interface in org.apache.log4j.spi
-
A LoggerRepository
is used to create and retrieve
Loggers
.
- LoggerWrapper - Class in org.slf4j.ext
-
A helper class wrapping an
Logger
instance preserving
location information if the wrapped instance supports it.
- LoggerWrapper(Logger, String) - Constructor for class org.slf4j.ext.LoggerWrapper
-
- LoggingEvent - Class in org.apache.log4j.spi
-
- LoggingEvent() - Constructor for class org.apache.log4j.spi.LoggingEvent
-
- LogLog - Class in org.apache.log4j.helpers
-
This class used to output log statements from within the log4j package.
- LogLog() - Constructor for class org.apache.log4j.helpers.LogLog
-
- LogManager - Class in org.apache.log4j
-
This class is a minimal implementation of the original
org.apache.log4j.LogManager
class (as found in log4j 1.2)
delegating all calls to SLF4J.
- LogManager() - Constructor for class org.apache.log4j.LogManager
-
- 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.
- LogServiceFactory - Class in org.slf4j.osgi.logservice.impl
-
LogServiceFactory
creates LogService implementations.
- LogServiceFactory() - Constructor for class org.slf4j.osgi.logservice.impl.LogServiceFactory
-
- LogServiceImpl - Class in org.slf4j.osgi.logservice.impl
-
LogServiceImpl
is a simple OSGi LogService implementation that delegates to a slf4j
Logger.
- LogServiceImpl(Bundle) - Constructor for class org.slf4j.osgi.logservice.impl.LogServiceImpl
-
Creates a new instance of LogServiceImpl.
- LogTransformer - Class in org.slf4j.instrumentation
-
LogTransformer does the work of analyzing each class, and if appropriate add
log statements to each method to allow logging entry/exit.
- LogTransformer.Builder - Class in org.slf4j.instrumentation
-
Builder provides a flexible way of configuring some of many options on the
parent class instead of providing many constructors.
- lookup(String) - Method in class org.slf4j.ext.MDCStrLookup
-
Looks up up a value in the MDC.
- safeGetBooleanSystemProperty(String) - Static method in class org.slf4j.helpers.Util
-
- safeGetSystemProperty(String) - Static method in class org.slf4j.helpers.Util
-
- SERVICE_ID - Static variable in class org.apache.commons.logging.LogFactory
-
- setAdditivity(boolean) - Method in class org.apache.log4j.Category
-
- 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) - Method in class org.slf4j.impl.Log4jMDCAdapter
-
- 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.
- setErrorHandler(ErrorHandler) - Method in interface org.apache.log4j.Appender
-
- setEventDateTime(Date) - Method in class org.slf4j.ext.EventData
-
Set the date and time the event occurred in case it is not the same as when
the event was logged.
- setEventId(String) - Method in class org.slf4j.ext.EventData
-
Set the event identifier.
- setEventType(String) - Method in class org.slf4j.ext.EventData
-
Set the type of event that occurred.
- setInternalDebugging(boolean) - Static method in class org.apache.log4j.helpers.LogLog
-
Allows to enable/disable log4j internal logging.
- setLayout(Layout) - Method in interface org.apache.log4j.Appender
-
Set the
Layout
for this appender.
- setLayout(Layout) - Method in class org.apache.log4j.AppenderSkeleton
-
- setLevel(int) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Set logging level.
- setLevel(Level) - Method in class org.apache.log4j.Category
-
- setLogger(Logger) - Method in class org.slf4j.profiler.Profiler
-
- setMaxBackupIndex(int) - Method in class org.apache.log4j.RollingFileAppender
-
- setMaxDepth(int) - Static method in class org.apache.log4j.NDC
-
- setMaximumFileSize(long) - Method in class org.apache.log4j.RollingFileAppender
-
- setMessage(String) - Method in class org.slf4j.ext.EventData
-
Set the message text associated with this event.
- setName(String) - Method in interface org.apache.log4j.Appender
-
Set the name of this appender.
- setName(String) - Method in class org.apache.log4j.AppenderSkeleton
-
- setQuietMode(boolean) - Static method in class org.apache.log4j.helpers.LogLog
-
In quite mode no LogLog generates strictly no output, not even
for errors.
- setThreshold(Priority) - Method in class org.apache.log4j.AppenderSkeleton
-
- setThreshold(Level) - Method in interface org.apache.log4j.spi.LoggerRepository
-
Set the repository-wide threshold.
- setThreshold(String) - Method in interface org.apache.log4j.spi.LoggerRepository
-
- SHOW_DATE_TIME_KEY - Static variable in class org.slf4j.impl.SimpleLogger
-
- SHOW_LOG_NAME_KEY - Static variable in class org.slf4j.impl.SimpleLogger
-
- SHOW_SHORT_LOG_NAME_KEY - Static variable in class org.slf4j.impl.SimpleLogger
-
- 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
- showLogName - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
Include the instance name in the log message?
- showShortName - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
Include the short name ( last component ) of the logger in the log message.
- shutdown() - Static method in class org.apache.log4j.LogManager
-
Implemented as NOP.
- shutdown() - Method in interface org.apache.log4j.spi.LoggerRepository
-
- SimpleLayout - Class in org.apache.log4j
-
- SimpleLayout() - Constructor for class org.apache.log4j.SimpleLayout
-
- 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
).
- 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.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.
- SLF4JLocationAwareLog - Class in org.apache.commons.logging.impl
-
- SLF4JLog - Class in org.apache.commons.logging.impl
-
- 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.
- slf4jLogger - Variable in class org.apache.log4j.Category
-
- spacePad(StringBuffer, int) - Static method in class org.slf4j.profiler.SpacePadder
-
Deprecated.
- spacePad(StringBuilder, int) - Static method in class org.slf4j.profiler.SpacePadder
-
Fast space padding method.
- SpacePadder - Class in org.slf4j.profiler
-
- SpacePadder() - Constructor for class org.slf4j.profiler.SpacePadder
-
- start(BundleContext) - Method in class org.slf4j.osgi.logservice.impl.Activator
-
Implements BundleActivator.start()
to register a
LogServiceFactory.
- start(String) - Method in class org.slf4j.profiler.Profiler
-
Starts a child stop watch and stops any previously started time
instruments.
- start(String) - Method in class org.slf4j.profiler.StopWatch
-
- start(String) - Method in interface org.slf4j.profiler.TimeInstrument
-
Start tis time instrument.
- startNested(String) - Method in class org.slf4j.profiler.Profiler
-
- StaticLoggerBinder - Class in org.slf4j.impl
-
The binding of
LoggerFactory
class with an actual instance of
ILoggerFactory
is performed using information returned by this class.
- StaticMarkerBinder - Class in org.slf4j.impl
-
- StaticMDCBinder - Class in org.slf4j.impl
-
This class is only a stub.
- stop(BundleContext) - Method in class org.slf4j.osgi.logservice.impl.Activator
-
Implements BundleActivator.stop()
.
- stop() - Method in class org.slf4j.profiler.Profiler
-
- stop() - Method in class org.slf4j.profiler.StopWatch
-
- stop(long) - Method in class org.slf4j.profiler.StopWatch
-
- stop() - Method in interface org.slf4j.profiler.TimeInstrument
-
Stop this time instrument.
- StopWatch - Class in org.slf4j.profiler
-
A very basic @{link TimeInstrument} which can be started and stopped
once and only once.
- StopWatch(String) - Constructor for class org.slf4j.profiler.StopWatch
-
- subst(String, Properties) - Static method in class org.apache.log4j.xml.DOMConfigurator
-
- SubstituteLogger - Class in org.slf4j.helpers
-
A logger implementation which logs via a delegate logger.
- SubstituteLogger(String) - Constructor for class org.slf4j.helpers.SubstituteLogger
-
- SubstituteLoggerFactory - Class in org.slf4j.helpers
-
- SubstituteLoggerFactory() - Constructor for class org.slf4j.helpers.SubstituteLoggerFactory
-
- 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