SLF4J API
Version 1.4.3
A B C D E F G H I J L M N O P R S T U W

A

add(Marker) - Method in class org.slf4j.helpers.BasicMarker
 
add(Marker) - Method in interface org.slf4j.Marker
Add a child Marker to this Marker.
ALL - Static variable in class org.apache.log4j.Level
The ALL has the lowest possible rank and is intended to turn on all logging.
ALL_INT - Static variable in class org.apache.log4j.Priority
 
ANY_MARKER - Static variable in interface org.slf4j.Marker
This constant represents any marker, including a null marker.
ANY_NON_NULL_MARKER - Static variable in interface org.slf4j.Marker
This constant represents any non-null marker.
arrayFormat(String, Object[]) - Static method in class org.slf4j.helpers.MessageFormatter
Same principle as the MessageFormatter.format(String, Object) and MessageFormatter.format(String, Object, Object) methods except that any number of arguments can be passed in an array.
attributes - Variable in class org.apache.commons.logging.impl.SLF4JLogFactory
Configuration attributes.

B

BasicMarker - Class in org.slf4j.helpers
An almost trivial implementation of the Marker interface.
BasicMarkerFactory - Class in org.slf4j.helpers
An almost trivial implementation of the IMarkerFactory interface which creates BasicMarker instances.
BasicMarkerFactory() - Constructor for class org.slf4j.helpers.BasicMarkerFactory
Regular users should not create BasicMarkerFactory instances.

C

Category - Class in org.apache.log4j
This class is a minimal implementation of the origianl org.apache.log4j.Logger class delegating all calls to a org.slf4j.Logger.Logger instance.
cause - Variable in exception org.apache.commons.logging.LogConfigurationException
The underlying cause of this exception.
clear() - Static method in class org.apache.log4j.MDC
 
clear() - Method in class org.slf4j.helpers.NOPMakerAdapter
 
clear() - Method in class org.slf4j.impl.Log4jMDCAdapter
 
clear() - Static method in class org.slf4j.MDC
Clear all entries in the MDC of the underlying implementation.
clear() - Method in interface org.slf4j.spi.MDCAdapter
Clear all entries in the MDC.
contains(Marker) - Method in class org.slf4j.helpers.BasicMarker
 
contains(String) - Method in class org.slf4j.helpers.BasicMarker
This method is mainly used with Expression Evaluators.
contains(Marker) - Method in interface org.slf4j.Marker
Does this marker contain the 'other' marker? Marker A is defined to contain marker B, if A == B or if B is a child of A.
contains(String) - Method in interface org.slf4j.Marker
Does this marker contain the marker named 'name'? If 'name' is null the returned value is always false.
currentLogLevel - Variable in class org.apache.commons.logging.impl.SimpleLog
The current log level

D

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
Delegates to Logger method of logback.
debug(Object, Throwable) - Method in class org.apache.log4j.Category
Delegates to Logger method of logback.
debug(Object, Object) - Method in class org.apache.log4j.Category
Delegates to Logger method of logback.
debug(String, Object, Object) - Method in class org.apache.log4j.Category
Delegates to Logger method of logback.
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
Deprecated. Use DEBUG instead.
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.impl.JCLLoggerAdapter
Delegates to the Log.debug(java.lang.Object) method of the underlying Log instance.
debug(String, Object) - Method in class org.slf4j.impl.JCLLoggerAdapter
Delegates to the Log.debug(java.lang.Object) method of the underlying Log instance.
debug(String, Object, Object) - Method in class org.slf4j.impl.JCLLoggerAdapter
Delegates to the Log.debug(java.lang.Object) method of the underlying Log instance.
debug(String, Object[]) - Method in class org.slf4j.impl.JCLLoggerAdapter
Delegates to the Log.debug(java.lang.Object) method of the underlying Log instance.
debug(String, Throwable) - Method in class org.slf4j.impl.JCLLoggerAdapter
Delegates to the Log.debug(java.lang.Object, java.lang.Throwable) method of the underlying Log instance.
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.NOPLogger
A NOP implementation.
debug(String, Object) - Method in class org.slf4j.impl.NOPLogger
A NOP implementation.
debug(String, Object, Object) - Method in class org.slf4j.impl.NOPLogger
A NOP implementation.
debug(String, Object[]) - Method in class org.slf4j.impl.NOPLogger
A NOP implementation.
debug(String, Throwable) - Method in class org.slf4j.impl.NOPLogger
A NOP implementation.
debug(String) - Method in class org.slf4j.impl.SimpleLogger
A NOP implementation, as this logger is permanently disabled for the DEBUG level.
debug(String, Object) - Method in class org.slf4j.impl.SimpleLogger
A NOP implementation, as this logger is permanently disabled for the DEBUG level.
debug(String, Object, Object) - Method in class org.slf4j.impl.SimpleLogger
A NOP implementation, as this logger is permanently disabled for the DEBUG level.
debug(String, Object[]) - Method in class org.slf4j.impl.SimpleLogger
 
debug(String, Throwable) - Method in class org.slf4j.impl.SimpleLogger
A NOP implementation, as this logger is permanently disabled for the DEBUG level.
debug(String) - Method in interface org.slf4j.Logger
Log a message at the DEBUG level.
debug(String, Object) - Method in interface org.slf4j.Logger
Log a message at the DEBUG level according to the specified format and argument.
debug(String, Object, Object) - Method in interface org.slf4j.Logger
Log a message at the DEBUG level according to the specified format and arguments.
debug(String, Object[]) - Method in interface org.slf4j.Logger
Log a message at the DEBUG level according to the specified format and arguments.
debug(String, Throwable) - Method in interface org.slf4j.Logger
Log an exception (throwable) at the DEBUG level with an accompanying message.
debug(Marker, String) - Method in interface org.slf4j.Logger
Log a message with the specific Marker at the DEBUG level.
debug(Marker, String, Object) - Method in interface org.slf4j.Logger
This method is similar to Logger.debug(String, Object) method except that the marker data is also taken into consideration.
debug(Marker, String, Object, Object) - Method in interface org.slf4j.Logger
This method is similar to Logger.debug(String, Object, Object) method except that the marker data is also taken into consideration.
debug(Marker, String, Object[]) - Method in interface org.slf4j.Logger
This method is similar to Logger.debug(String, Object[]) method except that the marker data is also taken into consideration.
debug(Marker, String, Throwable) - Method in interface org.slf4j.Logger
This method is similar to Logger.debug(String, Throwable) method except that the marker data is also taken into consideration.
DEBUG_INT - Static variable in class org.apache.log4j.Priority
 
DEBUG_INT - Static variable in interface org.slf4j.spi.LocationAwareLogger
 
DEFAULT_DATE_TIME_FORMAT - Static variable in class org.apache.commons.logging.impl.SimpleLog
The default format to use when formating dates
detachMarker(String) - Method in class org.slf4j.helpers.BasicMarkerFactory
 
detachMarker(String) - Method in interface org.slf4j.IMarkerFactory
Detach an existing marker.

E

equals(Object) - Method in class org.apache.log4j.Priority
Two priorities are equal if their level fields are equal.
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
Delegates to Logger method of logback.
error(Object, Throwable) - Method in class org.apache.log4j.Category
Delegates to Logger method of logback.
error(Object, Object) - Method in class org.apache.log4j.Category
Delegates to Logger method of logback.
error(String, Object, Object) - Method in class org.apache.log4j.Category
Delegates to Logger method of logback.
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
Deprecated. Use ERROR instead.
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.impl.JCLLoggerAdapter
Delegates to the Log.error(java.lang.Object) method of the underlying Log instance.
error(String, Object) - Method in class org.slf4j.impl.JCLLoggerAdapter
Delegates to the Log.error(java.lang.Object) method of the underlying Log instance.
error(String, Object, Object) - Method in class org.slf4j.impl.JCLLoggerAdapter
Delegates to the Log.error(java.lang.Object) method of the underlying Log instance.
error(String, Object[]) - Method in class org.slf4j.impl.JCLLoggerAdapter
Delegates to the Log.error(java.lang.Object) method of the underlying Log instance.
error(String, Throwable) - Method in class org.slf4j.impl.JCLLoggerAdapter
Delegates to the Log.error(java.lang.Object, java.lang.Throwable) method of the underlying Log instance.
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 INFO 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.NOPLogger
A NOP implementation.
error(String, Object) - Method in class org.slf4j.impl.NOPLogger
A NOP implementation.
error(String, Object, Object) - Method in class org.slf4j.impl.NOPLogger
A NOP implementation.
error(String, Object[]) - Method in class org.slf4j.impl.NOPLogger
A NOP implementation.
error(String, Throwable) - Method in class org.slf4j.impl.NOPLogger
A NOP implementation.
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
This method is similar to Logger.error(String, Object) method except that the marker data is also taken into consideration.
error(Marker, String, Object, Object) - Method in interface org.slf4j.Logger
This method is similar to Logger.error(String, Object, Object) method except that the marker data is also taken into consideration.
error(Marker, String, Object[]) - Method in interface org.slf4j.Logger
This method is similar to Logger.error(String, Object[]) method except that the marker data is also taken into consideration.
error(Marker, String, Throwable) - Method in interface org.slf4j.Logger
This method is similar to Logger.error(String, Throwable) method except that the marker data is also taken into consideration.
ERROR_INT - Static variable in class org.apache.log4j.Priority
 
ERROR_INT - Static variable in interface org.slf4j.spi.LocationAwareLogger
 
exists(String) - Method in class org.slf4j.helpers.BasicMarkerFactory
Does the name marked already exist?
exists(String) - Method in interface org.slf4j.IMarkerFactory
Checks if the marker with the name already exists.

F

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.
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.
fatal(Object) - Method in class org.apache.log4j.Category
Delegates to Logger method of logback.
fatal(Object, Throwable) - Method in class org.apache.log4j.Category
Delegates to Logger method of logback in addition, the call is marked with a marker named "FATAL".
fatal(Object, Object) - Method in class org.apache.log4j.Category
Delegates to Logger method of logback in addition, the call is marked with a marker named "FATAL".
fatal(String, Object, Object) - Method in class org.apache.log4j.Category
Delegates to Logger method of logback in addition, the call is marked with a marker named "FATAL".
FATAL - Static variable in class org.apache.log4j.Level
The FATAL level designates very severe error events that will presumably lead the application to abort.
FATAL - Static variable in class org.apache.log4j.Priority
Deprecated. Use FATAL instead.
FATAL_INT - Static variable in class org.apache.log4j.Priority
 
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.

G

get(String) - Static method in class org.apache.log4j.MDC
 
get(String) - Method in class org.slf4j.helpers.NOPMakerAdapter
 
get(String) - Method in class org.slf4j.impl.Log4jMDCAdapter
 
get(String) - Static method in class org.slf4j.MDC
Get the context identified by the key parameter.
get(String) - Method in interface org.slf4j.spi.MDCAdapter
Get the context identified by the key parameter.
getAllPossiblePriorities() - Static method in class org.apache.log4j.Priority
Deprecated. This method will be removed with no replacement.
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.
getCause() - Method in exception org.apache.commons.logging.LogConfigurationException
Return the underlying cause of this exception (if any).
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.
getILoggerFactory() - Static method in class org.slf4j.LoggerFactory
Return the ILoggerFactory instance in use.
getIMarkerFactory() - Static method in class org.slf4j.MarkerFactory
Return the IMarkerFactoryinstance in use.
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.
getLevel() - Method in class org.apache.commons.logging.impl.SimpleLog
Get logging level.
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.Category
 
getLogger(Class) - Static method in class org.apache.log4j.Category
 
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.NOPLoggerFactory
 
getLogger(String) - Method in class org.slf4j.impl.SimpleLoggerFactory
Return an appropriate SimpleLogger instance by name.
getLogger(String) - Static method in class org.slf4j.LoggerFactory
Return a logger named according to the name parameter using the statically bound ILoggerFactory instance.
getLogger(Class) - Static method in class org.slf4j.LoggerFactory
Return a logger named corresponding to the class passed as parameter, using the statically bound ILoggerFactory instance.
getLoggerFactory() - Method in class org.slf4j.impl.StaticLoggerBinder
 
getLoggerFactory() - Method in interface org.slf4j.spi.LoggerFactoryBinder
Return the instance of ILoggerFactory that LoggerFactory class should bind to.
getLoggerFactoryClassStr() - Method in class org.slf4j.impl.StaticLoggerBinder
 
getLoggerFactoryClassStr() - Method in interface org.slf4j.spi.LoggerFactoryBinder
The String form of the ILoggerFactory object that this LoggerFactoryBinder instance is intended to return.
getMarker(String) - Method in class org.slf4j.helpers.BasicMarkerFactory
Manufacture a BasicMarker instance by name.
getMarker(String) - Method in interface org.slf4j.IMarkerFactory
Manufacture a Marker instance by name.
getMarker(String) - Static method in class org.slf4j.MarkerFactory
Return a Marker instance as specified by the name parameter using the previously bound IMarkerFactoryinstance.
getMarkerFactory() - Method in class org.slf4j.impl.StaticMarkerBinder
Currently this method always returns an instance of BasicMarkerFactory.
getMarkerFactory() - Method in interface org.slf4j.spi.MarkerFactoryBinder
Return the instance of IMarkerFactory that MarkerFactory class should bind to.
getMarkerFactoryClassStr() - Method in class org.slf4j.impl.StaticMarkerBinder
Currently, this method returns the class name of BasicMarkerFactory.
getMarkerFactoryClassStr() - Method in interface org.slf4j.spi.MarkerFactoryBinder
The String form of the IMarkerFactory object that this MarkerFactoryBinder instance is intended to return.
getMDCA() - Method in class org.slf4j.impl.StaticMDCBinder
Currently this method always returns an instance of StaticMDCBinder.
getMDCAdapter() - Static method in class org.slf4j.MDC
Returns the MDCAdapter instance currently in use.
getMDCAdapterClassStr() - Method in class org.slf4j.impl.StaticMDCBinder
 
getName() - Method in class org.apache.log4j.Category
Returns the obvious.
getName() - Method in class org.slf4j.helpers.BasicMarker
 
getName() - Method in class org.slf4j.impl.JCLLoggerAdapter
 
getName() - Method in class org.slf4j.impl.JDK14LoggerAdapter
 
getName() - Method in class org.slf4j.impl.Log4jLoggerAdapter
 
getName() - Method in class org.slf4j.impl.NOPLogger
Always returns the string value "NOP".
getName() - Method in class org.slf4j.impl.SimpleLogger
 
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.
getRootLogger() - Static method in class org.apache.log4j.Category
Does the obvious.
getSyslogEquivalent() - Method in class org.apache.log4j.Priority
Return the syslog equivalent of this priority as an integer.

H

hasChildren() - Method in class org.slf4j.helpers.BasicMarker
 
hasChildren() - Method in interface org.slf4j.Marker
Does this marker have children?

I

ILoggerFactory - Interface in org.slf4j
ILoggerFactory instances manufacture Logger instances by name.
IMarkerFactory - Interface in org.slf4j
Implementaitons 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
Delegates to Logger method of logback.
info(Object, Throwable) - Method in class org.apache.log4j.Category
Delegates to Logger method of logback.
info(Object, Object) - Method in class org.apache.log4j.Category
Delegates to Logger method of logback.
info(String, Object, Object) - Method in class org.apache.log4j.Category
Delegates to Logger method of logback.
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
Deprecated. Use INFO instead.
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.impl.JCLLoggerAdapter
Delegates to the Log.debug(java.lang.Object) method of the underlying Log instance.
info(String, Object) - Method in class org.slf4j.impl.JCLLoggerAdapter
Delegates to the Log.info(java.lang.Object) method of the underlying Log instance.
info(String, Object, Object) - Method in class org.slf4j.impl.JCLLoggerAdapter
Delegates to the Log.info(java.lang.Object) method of the underlying Log instance.
info(String, Object[]) - Method in class org.slf4j.impl.JCLLoggerAdapter
Delegates to the Log.info(java.lang.Object) method of the underlying Log instance.
info(String, Throwable) - Method in class org.slf4j.impl.JCLLoggerAdapter
Delegates to the Log.info(java.lang.Object, java.lang.Throwable) method of the underlying Log instance.
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.NOPLogger
A NOP implementation.
info(String, Object) - Method in class org.slf4j.impl.NOPLogger
A NOP implementation.
info(String, Object, Object) - Method in class org.slf4j.impl.NOPLogger
A NOP implementation.
info(String, Object[]) - Method in class org.slf4j.impl.NOPLogger
A NOP implementation.
info(String, Throwable) - Method in class org.slf4j.impl.NOPLogger
A NOP implementation.
info(String) - Method in class org.slf4j.impl.SimpleLogger
A simple implementation which always 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
This method is similar to Logger.info(String, Object) method except that the marker data is also taken into consideration.
info(Marker, String, Object, Object) - Method in interface org.slf4j.Logger
This method is similar to Logger.info(String, Object, Object) method except that the marker data is also taken into consideration.
info(Marker, String, Object[]) - Method in interface org.slf4j.Logger
This method is similar to Logger.info(String, Object[]) method except that the marker data is also taken into consideration.
info(Marker, String, Throwable) - Method in interface org.slf4j.Logger
This method is similar to Logger.info(String, Throwable) method except that the marker data is also taken into consideration.
INFO_INT - Static variable in class org.apache.log4j.Priority
 
INFO_INT - Static variable in interface org.slf4j.spi.LocationAwareLogger
 
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
Delegates to Logger method of logback
isDebugEnabled(Marker) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
isDebugEnabled() - Method in class org.slf4j.impl.JCLLoggerAdapter
Delegates to the Log.isDebugEnabled() method of the underlying Log instance.
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.NOPLogger
Always returns false.
isDebugEnabled() - Method in class org.slf4j.impl.SimpleLogger
Always returns false.
isDebugEnabled() - Method in interface org.slf4j.Logger
Is the logger instance enabled for the DEBUG level?
isDebugEnabled(Marker) - Method in interface org.slf4j.Logger
Similar to Logger.isDebugEnabled() method except that the marker data is also taken into account.
isEnabledFor(Priority) - Method in class org.apache.log4j.Category
 
isEnabledFor(Level) - Method in class org.apache.log4j.Category
 
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
Delegates to Logger method of logback
isErrorEnabled(Marker) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
isErrorEnabled() - Method in class org.slf4j.impl.JCLLoggerAdapter
Delegates to the Log.isErrorEnabled() method of the underlying Log instance.
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.NOPLogger
A NOP implementation.
isErrorEnabled() - Method in class org.slf4j.impl.SimpleLogger
Always returns true.
isErrorEnabled() - Method in interface org.slf4j.Logger
Is the logger instance enabled for the ERROR level?
isErrorEnabled(Marker) - Method in interface org.slf4j.Logger
Similar to Logger.isErrorEnabled() method except that the marker data is also taken into consideration.
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
Delegates to Logger method of logback
isInfoEnabled(Marker) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
isInfoEnabled() - Method in class org.slf4j.impl.JCLLoggerAdapter
Delegates to the Log.isInfoEnabled() method of the underlying Log instance.
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.NOPLogger
Always returns false.
isInfoEnabled() - Method in class org.slf4j.impl.SimpleLogger
Always returns true.
isInfoEnabled() - Method in interface org.slf4j.Logger
Is the logger instance enabled for the INFO level?
isInfoEnabled(Marker) - Method in interface org.slf4j.Logger
Similar to Logger.isInfoEnabled() method except that the marker data is also taken into consideration.
isLevelEnabled(int) - Method in class org.apache.commons.logging.impl.SimpleLog
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.Category
Delegates to Logger method of logback.
isTraceEnabled(Marker) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
isTraceEnabled() - Method in class org.slf4j.impl.JCLLoggerAdapter
Delegates to the Log.isTraceEnabled() method of the underlying Log instance.
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.NOPLogger
Always returns false.
isTraceEnabled() - Method in class org.slf4j.impl.SimpleLogger
Always returns false.
isTraceEnabled() - Method in interface org.slf4j.Logger
Is the logger instance enabled for the TRACE level?
isTraceEnabled(Marker) - Method in interface org.slf4j.Logger
Similar to Logger.isTraceEnabled() method except that the marker data is also taken into account.
isWarnEnabled() - Method in class org.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
Delegates to Logger method of logback
isWarnEnabled(Marker) - Method in class org.slf4j.helpers.MarkerIgnoringBase
 
isWarnEnabled() - Method in class org.slf4j.impl.JCLLoggerAdapter
Delegates to the Log.isWarnEnabled() method of the underlying Log instance.
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.NOPLogger
Always returns false.
isWarnEnabled() - Method in class org.slf4j.impl.SimpleLogger
Always returns true.
isWarnEnabled() - Method in interface org.slf4j.Logger
Is the logger instance enabled for the WARN level?
isWarnEnabled(Marker) - Method in interface org.slf4j.Logger
Similar to Logger.isWarnEnabled() method except that the marker data is also taken into consideration.
iterator() - Method in class org.slf4j.helpers.BasicMarker
 
iterator() - Method in interface org.slf4j.Marker
Returns an Iterator which can be used to iterate over the children of this marker.

J

JCLLoggerAdapter - Class in org.slf4j.impl
A wrapper over org.apache.commons.logging.Log in conformance with the Logger interface.
JCLLoggerFactory - Class in org.slf4j.impl
JCLLoggerFactory is an implementation of ILoggerFactory returning the appropriately named JCLLoggerAdapter instance.
JCLLoggerFactory() - Constructor for class org.slf4j.impl.JCLLoggerFactory
 
JDK14LoggerAdapter - Class in org.slf4j.impl
A wrapper over java.util.logging.Logger in conformity with the Logger interface.
JDK14LoggerFactory - Class in org.slf4j.impl
JDK14LoggerFactory is an implementation of ILoggerFactory returning the appropriately named JDK14LoggerAdapter instance.
JDK14LoggerFactory() - Constructor for class org.slf4j.impl.JDK14LoggerFactory
 

L

Level - Class in org.apache.log4j
Defines the minimum set of levels recognized by the system, that is OFF, FATAL, ERROR, WARN, INFODEBUG and ALL.
Level(int, String, int) - Constructor for class org.apache.log4j.Level
Instantiate a Level object.
LINE_SEPARATOR - Static variable in class org.slf4j.impl.SimpleLogger
 
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(String, Priority, Object, Throwable) - Method in class org.apache.log4j.Category
 
log(Marker, String, int, String, Throwable) - Method in class org.slf4j.impl.JDK14LoggerAdapter
 
log(Marker, String, int, String, Throwable) - Method in class org.slf4j.impl.Log4jLoggerAdapter
 
log(Marker, String, int, String, Throwable) - Method in interface org.slf4j.spi.LocationAwareLogger
Printing method which support for location information.
Log4jLoggerAdapter - Class in org.slf4j.impl
A wrapper over org.apache.log4j.Logger in conformance with the Logger interface.
Log4jLoggerFactory - Class in org.slf4j.impl
Log4jLoggerFactory is an implementation of ILoggerFactory returning the appropriate named Log4jLoggerAdapter instance.
Log4jLoggerFactory() - Constructor for class org.slf4j.impl.Log4jLoggerFactory
 
Log4jMDCAdapter - Class in org.slf4j.impl
 
Log4jMDCAdapter() - Constructor for class org.slf4j.impl.Log4jMDCAdapter
 
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 Logimplementation 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.
Logger - Class in org.apache.log4j
 
Logger - Interface in org.slf4j
The main user interface to logging.
LoggerFactory - Class in org.slf4j
The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for log4j, logback and JDK 1.4 logging.
LoggerFactoryBinder - Interface in org.slf4j.spi
An internal interface which helps the static LoggerFactory class bind with the appropriate ILoggerFactory instance.
logName - Variable in class org.apache.commons.logging.impl.SimpleLog
The name of this simple log instance

M

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

N

NoOpLog - Class in org.apache.commons.logging.impl
Trivial implementation of Log that throws away all messages.
NoOpLog() - Constructor for class org.apache.commons.logging.impl.NoOpLog
Convenience constructor
NoOpLog(String) - Constructor for class org.apache.commons.logging.impl.NoOpLog
Base constructor
NOP_LOGGER - Static variable in class org.slf4j.impl.NOPLogger
The unique instance of NOPLogger.
NOPLogger - Class in org.slf4j.impl
A direct NOP (no operation) implementation of Logger.
NOPLogger() - Constructor for class org.slf4j.impl.NOPLogger
There is no point in creating multiple instances of NOPLOgger, except by derived classes, hence the protected access for the constructor.
NOPLoggerFactory - Class in org.slf4j.impl
NOPLoggerFactory is an trivial implementation of ILoggerFactory which always returns the unique instance of NOPLogger.
NOPLoggerFactory() - Constructor for class org.slf4j.impl.NOPLoggerFactory
 
NOPMakerAdapter - Class in org.slf4j.helpers
This adapter is an empty implementation of the MDCAdapter interface.
NOPMakerAdapter() - Constructor for class org.slf4j.helpers.NOPMakerAdapter
 

O

OFF - Static variable in class org.apache.log4j.Level
The OFF has the highest possible rank and is intended to turn off logging.
OFF_INT - Static variable in class org.apache.log4j.Priority
 
org.apache.commons.logging - package org.apache.commons.logging
Simple wrapper API around multiple logging APIs.
org.apache.commons.logging.impl - package org.apache.commons.logging.impl
Concrete implementations of commons-logging wrapper APIs.
org.apache.log4j - package org.apache.log4j
An rather minimal but sufficient implementation redirecting all calls to a log4j logger to a logback logger.
org.slf4j - package org.slf4j
Core logging interfaces.
org.slf4j.helpers - package org.slf4j.helpers
Helper classes.
org.slf4j.impl - package org.slf4j.impl
Implementations of core logging interfaces defined in the org.slf4j package.
org.slf4j.spi - package org.slf4j.spi
Classes and interfaces which are internal to SLF4J.

P

Priority - Class in org.apache.log4j
Refrain from using this class directly, use the Level class instead.
Priority() - Constructor for class org.apache.log4j.Priority
Default constructor for deserialization.
Priority(int, String, int) - Constructor for class org.apache.log4j.Priority
Instantiate a level object.
put(String, String) - Static method in class org.apache.log4j.MDC
 
put(String, Object) - Static method in class org.apache.log4j.MDC
 
put(String, String) - Method in class org.slf4j.helpers.NOPMakerAdapter
 
put(String, String) - Method in class org.slf4j.impl.Log4jMDCAdapter
Put a context value (the val parameter) as identified with the key parameter into the current thread's context map.
put(String, String) - Static method in class org.slf4j.MDC
Put a context value (the val parameter) as identified with the key parameter into the current thread's context map.
put(String, String) - Method in interface org.slf4j.spi.MDCAdapter
Put a context value (the val parameter) as identified with the key parameter into the current thread's context map.

R

release() - Method in class org.apache.commons.logging.impl.SLF4JLogFactory
Release any internal references to previously created Loginstances returned by this factory.
release() - Method in class org.apache.commons.logging.LogFactory
Release any internal references to previously created Loginstances 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(String) - Static method in class org.apache.log4j.MDC
 
remove(Marker) - Method in class org.slf4j.helpers.BasicMarker
 
remove(String) - Method in class org.slf4j.helpers.NOPMakerAdapter
 
remove(String) - Method in class org.slf4j.impl.Log4jMDCAdapter
 
remove(Marker) - Method in interface org.slf4j.Marker
Remove a child Marker.
remove(String) - Static method in class org.slf4j.MDC
Remove the the 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.
reportFailure(String, Throwable) - Static method in class org.slf4j.helpers.Util
 
reportFailure(String) - Static method in class org.slf4j.helpers.Util
 
ROOT_LOGGER_NAME - Static variable in interface org.slf4j.Logger
Case insensitive String constant used to retrieve the name of the root logger.

S

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.
setLevel(int) - Method in class org.apache.commons.logging.impl.SimpleLog
Set logging level.
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.
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
A simple (and direct) implementation that logs messages of level INFO or higher on the console (System.err).
SimpleLoggerFactory - Class in org.slf4j.impl
An implementation of ILoggerFactory which always returns SimpleLogger instances.
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.
SLF4JLocationAwareLog - Class in org.apache.commons.logging.impl
Implementation of org.apache.commons.logging.Log interface which delegates all processing to a wrapped org.slf4j.Logger instance.
SLF4JLog - Class in org.apache.commons.logging.impl
Implementation of org.apache.commons.logging.Log interface which delegates all processing to a wrapped org.slf4j.Logger instance.
SLF4JLogFactory - Class in org.apache.commons.logging.impl
Concrete subclass of LogFactory which always delegates to the org.slf4j.LoggerFactory class.
SLF4JLogFactory() - Constructor for class org.apache.commons.logging.impl.SLF4JLogFactory
Public no-arguments constructor required by the lookup mechanism.
StaticLoggerBinder - Class in org.slf4j.impl
The binding of LoggerFactory class with an actual instance of ILoggerFactory is performed using information returned by this class.
StaticMarkerBinder - Class in org.slf4j.impl
The binding of MarkerFactory class with an actual instance of IMarkerFactory is performed using information returned by this class.
StaticMDCBinder - Class in org.slf4j.impl
This class is only a stub.
systemPrefix - Static variable in class org.apache.commons.logging.impl.SimpleLog
All system properties used by SimpleLog start with this

T

toInt() - Method in class org.apache.log4j.Priority
Returns the integer representation of this level.
toLevel(String) - Static method in class org.apache.log4j.Level
Convert the string passed as argument to a level.
toLevel(int) - Static method in class org.apache.log4j.Level
Convert an integer passed as argument to a level.
toLevel(int, Level) - Static method in class org.apache.log4j.Level
Convert an integer passed as argument to a level.
toLevel(String, Level) - Static method in class org.apache.log4j.Level
Convert the string passed as argument to a level.
toPriority(String) - Static method in class org.apache.log4j.Priority
Deprecated. Please use the toLevel(String) method instead.
toPriority(int) - Static method in class org.apache.log4j.Priority
Deprecated. Please use the toLevel(int) method instead.
toPriority(int, Priority) - Static method in class org.apache.log4j.Priority
Deprecated. Please use the toLevel(int, Level) method instead.
toPriority(String, Priority) - Static method in class org.apache.log4j.Priority
Deprecated. Please use the toLevel(String, Level) method instead.
toString() - Method in class org.apache.log4j.Priority
Returns the string representation of this priority.
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(Object) - Method in class org.apache.log4j.Category
Delegates to Logger method of logback, in addition, the call is marked with a marker named "TRACE".
trace(Object, Throwable) - Method in class org.apache.log4j.Category
Delegates to Logger method of logback in addition, the call is marked with a marker named "TRACE".
trace(Object, Object) - Method in class org.apache.log4j.Category
Delegates to Logger method of logback in addition, the call is marked with a marker named "TRACE".
trace(String, Object, Object) - Method in class org.apache.log4j.Category
Delegates to Logger method of logback in addition, the call is marked with a marker named "TRACE".
TRACE - Static variable in class org.apache.log4j.Level
The TRACE Level designates finer-grained informational events than the DEBUGtrace(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.impl.JCLLoggerAdapter
Delegates to the Log.trace(java.lang.Object) method of the underlying Log instance.
trace(String, Object) - Method in class org.slf4j.impl.JCLLoggerAdapter
Delegates to the Log.trace(java.lang.Object) method of the underlying Log instance.
trace(String, Object, Object) - Method in class org.slf4j.impl.JCLLoggerAdapter
Delegates to the Log.trace(java.lang.Object) method of the underlying Log instance.
trace(String, Object[]) - Method in class org.slf4j.impl.JCLLoggerAdapter
Delegates to the Log.trace(java.lang.Object) method of the underlying Log instance.
trace(String, Throwable) - Method in class org.slf4j.impl.JCLLoggerAdapter
Delegates to the Log.trace(java.lang.Object, java.lang.Throwable) method of the underlying Log instance.
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.Log4jLoggerAdapter
Log a message object at level TRACE.
trace(String, Object) - Method in class org.slf4j.impl.Log4jLoggerAdapter
Log a message at level TRACE according to the specified format and argument.
trace(String, Object, Object) - Method in class org.slf4j.impl.Log4jLoggerAdapter
Log a message at level TRACE according to the specified format and arguments.
trace(String, Object[]) - Method in class org.slf4j.impl.Log4jLoggerAdapter
Log a message at level TRACE according to the specified format and arguments.
trace(String, Throwable) - Method in class org.slf4j.impl.Log4jLoggerAdapter
Log an exception (throwable) at level TRACE with an accompanying message.
trace(String) - Method in class org.slf4j.impl.NOPLogger
A NOP implementation.
trace(String, Object) - Method in class org.slf4j.impl.NOPLogger
A NOP implementation.
trace(String, Object, Object) - Method in class org.slf4j.impl.NOPLogger
A NOP implementation.
trace(String, Object[]) - Method in class org.slf4j.impl.NOPLogger
A NOP implementation.
trace(String, Throwable) - Method in class org.slf4j.impl.NOPLogger
A NOP implementation.
trace(String) - Method in class org.slf4j.impl.SimpleLogger
A NOP implementation, as this logger is permanently disabled for the TRACE level.
trace(String, Object) - Method in class org.slf4j.impl.SimpleLogger
A NOP implementation, as this logger is permanently disabled for the TRACE level.
trace(String, Object, Object) - Method in class org.slf4j.impl.SimpleLogger
A NOP implementation, as this logger is permanently disabled for the TRACE level.
trace(String, Object[]) - Method in class org.slf4j.impl.SimpleLogger
 
trace(String, Throwable) - Method in class org.slf4j.impl.SimpleLogger
A NOP implementation, as this logger is permanently disabled for the TRACE level.
trace(String) - Method in interface org.slf4j.Logger
Log a message at the TRACE level.
trace(String, Object) - Method in interface org.slf4j.Logger
Log a message at the TRACE level according to the specified format and argument.
trace(String, Object, Object) - Method in interface org.slf4j.Logger
Log a message at the TRACE level according to the specified format and arguments.
trace(String, Object[]) - Method in interface org.slf4j.Logger
Log a message at the TRACE level according to the specified format and arguments.
trace(String, Throwable) - Method in interface org.slf4j.Logger
Log an exception (throwable) at the TRACE level with an accompanying message.
trace(Marker, String) - Method in interface org.slf4j.Logger
Log a message with the specific Marker at the TRACE level.
trace(Marker, String, Object) - Method in interface org.slf4j.Logger
This method is similar to Logger.trace(String, Object) method except that the marker data is also taken into consideration.
trace(Marker, String, Object, Object) - Method in interface org.slf4j.Logger
This method is similar to Logger.trace(String, Object, Object) method except that the marker data is also taken into consideration.
trace(Marker, String, Object[]) - Method in interface org.slf4j.Logger
This method is similar to Logger.trace(String, Object[]) method except that the marker data is also taken into consideration.
trace(Marker, String, Throwable) - Method in interface org.slf4j.Logger
This method is similar to Logger.trace(String, Throwable) method except that the marker data is also taken into consideration.
TRACE_INT - Static variable in class org.apache.log4j.Level
TRACE level integer value.
TRACE_INT - Static variable in interface org.slf4j.spi.LocationAwareLogger
 

U

Util - Class in org.slf4j.helpers
An internal utility class.
Util() - Constructor for class org.slf4j.helpers.Util
 

W

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(Object) - Method in class org.apache.log4j.Category
Delegates to Logger method of logback.
warn(Object, Throwable) - Method in class org.apache.log4j.Category
Delegates to Logger method of logback.
warn(Object, Object) - Method in class org.apache.log4j.Category
Delegates to Logger method of logback.
warn(String, Object, Object) - Method in class org.apache.log4j.Category
Delegates to Logger method of logback.
WARN - Static variable in class org.apache.log4j.Level
The WARN level designates potentially harmful situations.
WARN - Static variable in class org.apache.log4j.Priority
Deprecated. Use WARN instead.
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.impl.JCLLoggerAdapter
Delegates to the Log.warn(java.lang.Object) method of the underlying Log instance.
warn(String, Object) - Method in class org.slf4j.impl.JCLLoggerAdapter
Delegates to the Log.warn(java.lang.Object) method of the underlying Log instance.
warn(String, Object, Object) - Method in class org.slf4j.impl.JCLLoggerAdapter
Delegates to the Log.warn(java.lang.Object) method of the underlying Log instance.
warn(String, Object[]) - Method in class org.slf4j.impl.JCLLoggerAdapter
Delegates to the Log.warn(java.lang.Object) method of the underlying Log instance.
warn(String, Throwable) - Method in class org.slf4j.impl.JCLLoggerAdapter
Delegates to the Log.warn(java.lang.Object, java.lang.Throwable) method of the underlying Log instance.
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.Log4jLoggerAdapter
Log a message object at the WARN level.
warn(String, Object) - Method in class org.slf4j.impl.Log4jLoggerAdapter
Log a message at the WARN level according to the specified format and argument.
warn(String, Object, Object) - Method in class org.slf4j.impl.Log4jLoggerAdapter
Log a message at the WARN level according to the specified format and arguments.
warn(String, Object[]) - Method in class org.slf4j.impl.Log4jLoggerAdapter
Log a message at level WARN according to the specified format and arguments.
warn(String, Throwable) - Method in class org.slf4j.impl.Log4jLoggerAdapter
Log an exception (throwable) at the WARN level with an accompanying message.
warn(String) - Method in class org.slf4j.impl.NOPLogger
A NOP implementation.
warn(String, Object) - Method in class org.slf4j.impl.NOPLogger
A NOP implementation.
warn(String, Object, Object) - Method in class org.slf4j.impl.NOPLogger
A NOP implementation.
warn(String, Object[]) - Method in class org.slf4j.impl.NOPLogger
A NOP implementation.
warn(String, Throwable) - Method in class org.slf4j.impl.NOPLogger
A NOP implementation.
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
This method is similar to Logger.warn(String, Object) method except that the marker data is also taken into consideration.
warn(Marker, String, Object, Object) - Method in interface org.slf4j.Logger
This method is similar to Logger.warn(String, Object, Object) method except that the marker data is also taken into consideration.
warn(Marker, String, Object[]) - Method in interface org.slf4j.Logger
This method is similar to Logger.warn(String, Object[]) method except that the marker data is also taken into consideration.
warn(Marker, String, Throwable) - Method in interface org.slf4j.Logger
This method is similar to Logger.warn(String, Throwable) method except that the marker data is also taken into consideration.
WARN_INT - Static variable in class org.apache.log4j.Priority
 
WARN_INT - Static variable in interface org.slf4j.spi.LocationAwareLogger
 
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.

A B C D E F G H I J L M N O P R S T U W
SLF4J API
Version 1.4.3

Copyright © 2005-2008 QOS.ch. All Rights Reserved.