SLF4J 1.0
A B C D E F G H I J L M N O R S U W

A

add(Marker) - Method in interface org.slf4j.Marker
Add a child Marker to this Marker.
add(Marker) - Method in class org.slf4j.impl.BasicMarker
 
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.impl.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.

B

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

C

contains(Marker) - Method in interface org.slf4j.Marker
Does this marker contain the 'other' marker?
contains(Marker) - Method in class org.slf4j.impl.BasicMarker
 
contains(String) - Method in interface org.slf4j.Marker
Does this marker contain the marker named 'name'?
contains(String) - Method in class org.slf4j.impl.BasicMarker
 

D

debug(Marker, String) - Method in interface org.slf4j.Logger
Log a message with the specific Marker at the DEBUG level.
debug(Marker, String) - Method in class org.slf4j.impl.MarkerIgnoringBase
 
debug(Marker, String, Object) - Method in interface org.slf4j.Logger
This method is similar to Logger.debug(String, Object) method except that the marker data is also taken into consideration.
debug(Marker, String, Object) - Method in class org.slf4j.impl.MarkerIgnoringBase
 
debug(Marker, String, Object[]) - Method in interface org.slf4j.Logger
This method is similar to Logger.debug(String, Object[]) method except that the marker data is also taken into consideration.
debug(Marker, String, Object[]) - Method in class org.slf4j.impl.MarkerIgnoringBase
 
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, Object) - Method in class org.slf4j.impl.MarkerIgnoringBase
 
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(Marker, String, Throwable) - Method in class org.slf4j.impl.MarkerIgnoringBase
 
debug(String) - Method in interface org.slf4j.Logger
Log a message at the DEBUG level.
debug(String) - Method in class org.slf4j.impl.SimpleLogger
A NOP implementation, as this logger is permanently disabled for the DEBUG level.
debug(String) - Method in class org.slf4j.impl.NOPLogger
A NOP implementation.
debug(String) - Method in class org.slf4j.impl.Log4jLoggerAdapter
Log a message object at level DEBUG.
debug(String) - Method in class org.slf4j.impl.JDK14LoggerAdapter
Log a message object at level FINE.
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 interface org.slf4j.Logger
Log a message at the DEBUG level according to the specified format and argument.
debug(String, Object) - Method in class org.slf4j.impl.SimpleLogger
A NOP implementation, as this logger is permanently disabled for the DEBUG level.
debug(String, Object) - Method in class org.slf4j.impl.NOPLogger
A NOP implementation.
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) - Method in class org.slf4j.impl.JDK14LoggerAdapter
Log a message at level FINE according to the specified format and argument.
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[]) - 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 class org.slf4j.impl.SimpleLogger
 
debug(String, Object[]) - Method in class org.slf4j.impl.NOPLogger
A NOP implementation.
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, 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.JCLLoggerAdapter
Delegates to the Log.debug(java.lang.Object) method of the underlying Log instance.
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, 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.NOPLogger
A NOP implementation.
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, Object) - Method in class org.slf4j.impl.JDK14LoggerAdapter
Log a message at level FINE according to the specified format and arguments.
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, Throwable) - Method in interface org.slf4j.Logger
Log an exception (throwable) at the DEBUG level with an accompanying message.
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, Throwable) - Method in class org.slf4j.impl.NOPLogger
A NOP implementation.
debug(String, Throwable) - Method in class org.slf4j.impl.Log4jLoggerAdapter
Log an exception (throwable) at level DEBUG with an accompanying message.
debug(String, Throwable) - Method in class org.slf4j.impl.JDK14LoggerAdapter
Log an exception (throwable) at level FINE with an accompanying message.
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.

E

error(Marker, String) - Method in interface org.slf4j.Logger
Log a message with the specific Marker at the ERROR level.
error(Marker, String) - Method in class org.slf4j.impl.MarkerIgnoringBase
 
error(Marker, String, Object) - Method in interface org.slf4j.Logger
This method is similar to Logger.error(String, Object) method except that the marker data is also taken into consideration.
error(Marker, String, Object) - Method in class org.slf4j.impl.MarkerIgnoringBase
 
error(Marker, String, Object[]) - Method in interface org.slf4j.Logger
This method is similar to Logger.error(String, Object[]) method except that the marker data is also taken into consideration.
error(Marker, String, Object[]) - Method in class org.slf4j.impl.MarkerIgnoringBase
 
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, Object) - Method in class org.slf4j.impl.MarkerIgnoringBase
 
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(Marker, String, Throwable) - Method in class org.slf4j.impl.MarkerIgnoringBase
 
error(String) - Method in interface org.slf4j.Logger
Log a message at the ERROR level.
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) - Method in class org.slf4j.impl.NOPLogger
A NOP implementation.
error(String) - Method in class org.slf4j.impl.Log4jLoggerAdapter
Log a message object at the ERROR level.
error(String) - Method in class org.slf4j.impl.JDK14LoggerAdapter
Log a message object at the SEVERE level.
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 interface org.slf4j.Logger
Log a message at the ERROR level according to the specified format and argument.
error(String, Object) - Method in class org.slf4j.impl.SimpleLogger
Perform single parameter substitution before logging the message of level ERROR according to the format outlined above.
error(String, Object) - Method in class org.slf4j.impl.NOPLogger
A NOP implementation.
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) - Method in class org.slf4j.impl.JDK14LoggerAdapter
Log a message at the SEVERE level according to the specified format and argument.
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[]) - 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 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.NOPLogger
A NOP implementation.
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, Object[]) - Method in class org.slf4j.impl.JDK14LoggerAdapter
Log a message at level INFO according to the specified format and arguments.
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 interface org.slf4j.Logger
Log a message at the ERROR level according to the specified format and arguments.
error(String, Object, Object) - Method in class org.slf4j.impl.SimpleLogger
Perform double 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.NOPLogger
A NOP implementation.
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, 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, 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 interface org.slf4j.Logger
Log an exception (throwable) at the ERROR level with an accompanying message.
error(String, Throwable) - Method in class org.slf4j.impl.SimpleLogger
Log a message of level ERROR, including an exception.
error(String, Throwable) - Method in class org.slf4j.impl.NOPLogger
A NOP implementation.
error(String, Throwable) - Method in class org.slf4j.impl.Log4jLoggerAdapter
Log an exception (throwable) at the ERROR level with an accompanying message.
error(String, Throwable) - Method in class org.slf4j.impl.JDK14LoggerAdapter
Log an exception (throwable) at the SEVERE level with an accompanying message.
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.
exists(String) - Method in interface org.slf4j.IMarkerFactory
Checks if the marker with the name already exists.
exists(String) - Method in class org.slf4j.impl.BasicMarkerFactory
Does the name marked already exist?

F

format(String, Object) - Static method in class org.slf4j.impl.MessageFormatter
Performs single argument substitution for the 'messagePattern' passed as parameter.
format(String, Object, Object) - Static method in class org.slf4j.impl.MessageFormatter
Performs a two argument substitution for the 'messagePattern' passed as parameter.

G

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.
getLogger(Class) - Static method in class org.slf4j.LoggerFactory
Return a logger named corresponding to the class passed as parameter, using the statically bound ILoggerFactory instance.
getLogger(String) - Static method in class org.slf4j.LoggerFactory
Return a logger named according to the name parameter using the statically bound ILoggerFactory instance.
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.SimpleLoggerFactory
Return an appropriate SimpleLogger instance by name.
getLogger(String) - Method in class org.slf4j.impl.NOPLoggerFactory
 
getLogger(String) - Method in class org.slf4j.impl.Log4jLoggerFactory
 
getLogger(String) - Method in class org.slf4j.impl.JDK14LoggerFactory
 
getLogger(String) - Method in class org.slf4j.impl.JCLLoggerFactory
 
getLoggerFactory() - Method in class org.slf4j.impl.SystemPropBinder
Fetch the appropriate ILoggerFactory as instructed by the system properties.
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.SystemPropBinder
 
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) - Static method in class org.slf4j.MarkerFactory
Return a Marker instance as specified by the name parameter using the previously bound IMarkerFactoryinstance.
getMarker(String) - Method in interface org.slf4j.IMarkerFactory
Manufacture a Marker instance by name.
getMarker(String) - Method in class org.slf4j.impl.BasicMarkerFactory
Manufacture a BasicMarker instance by name.
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.
getName() - Method in interface org.slf4j.Marker
Get the name of this Marker.
getName() - Method in interface org.slf4j.Logger
Return the name of this Logger instance.
getName() - Method in class org.slf4j.impl.SimpleLogger
 
getName() - Method in class org.slf4j.impl.NOPLogger
Always returns the string value "NOP".
getName() - Method in class org.slf4j.impl.Log4jLoggerAdapter
 
getName() - Method in class org.slf4j.impl.JDK14LoggerAdapter
 
getName() - Method in class org.slf4j.impl.JCLLoggerAdapter
 
getName() - Method in class org.slf4j.impl.BasicMarker
 

H

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

I

ILoggerFactory - interface org.slf4j.ILoggerFactory.
ILoggerFactory instances manufacture Logger instances by name.
IMarkerFactory - interface org.slf4j.IMarkerFactory.
Implementaitons of this interface are used to manufacture Marker instances.
info(Marker, String) - Method in interface org.slf4j.Logger
Log a message with the specific Marker at the INFO level.
info(Marker, String) - Method in class org.slf4j.impl.MarkerIgnoringBase
 
info(Marker, String, Object) - Method in interface org.slf4j.Logger
This method is similar to Logger.info(String, Object) method except that the marker data is also taken into consideration.
info(Marker, String, Object) - Method in class org.slf4j.impl.MarkerIgnoringBase
 
info(Marker, String, Object[]) - Method in interface org.slf4j.Logger
This method is similar to Logger.info(String, Object[]) method except that the marker data is also taken into consideration.
info(Marker, String, Object[]) - Method in class org.slf4j.impl.MarkerIgnoringBase
 
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, Object) - Method in class org.slf4j.impl.MarkerIgnoringBase
 
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(Marker, String, Throwable) - Method in class org.slf4j.impl.MarkerIgnoringBase
 
info(String) - Method in interface org.slf4j.Logger
Log a message at the INFO level.
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) - Method in class org.slf4j.impl.NOPLogger
A NOP implementation.
info(String) - Method in class org.slf4j.impl.Log4jLoggerAdapter
Log a message object at the INFO level.
info(String) - Method in class org.slf4j.impl.JDK14LoggerAdapter
Log a message object at the INFO level.
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 interface org.slf4j.Logger
Log a message at the INFO level according to the specified format and argument.
info(String, Object) - Method in class org.slf4j.impl.SimpleLogger
Perform single parameter substitution before logging the message of level INFO according to the format outlined above.
info(String, Object) - Method in class org.slf4j.impl.NOPLogger
A NOP implementation.
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) - Method in class org.slf4j.impl.JDK14LoggerAdapter
Log a message at level INFO according to the specified format and argument.
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[]) - 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 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.NOPLogger
A NOP implementation.
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, Object[]) - Method in class org.slf4j.impl.JDK14LoggerAdapter
Log a message at level INFO according to the specified format and arguments.
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 interface org.slf4j.Logger
Log a message at the INFO level according to the specified format and arguments.
info(String, Object, Object) - Method in class org.slf4j.impl.SimpleLogger
Perform double 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.NOPLogger
A NOP implementation.
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, 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, 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 interface org.slf4j.Logger
Log an exception (throwable) at the INFO level with an accompanying message.
info(String, Throwable) - Method in class org.slf4j.impl.SimpleLogger
Log a message of level INFO, including an exception.
info(String, Throwable) - Method in class org.slf4j.impl.NOPLogger
A NOP implementation.
info(String, Throwable) - Method in class org.slf4j.impl.Log4jLoggerAdapter
Log an exception (throwable) at the INFO level with an accompanying message.
info(String, Throwable) - Method in class org.slf4j.impl.JDK14LoggerAdapter
Log an exception (throwable) at the INFO level with an accompanying message.
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.
INSTANCE - Static variable in class org.slf4j.impl.SimpleLoggerFactory
A default instance of SimpleLoggerFactory.
isDebugEnabled() - Method in interface org.slf4j.Logger
Is the logger instance enabled for the DEBUG level?
isDebugEnabled() - Method in class org.slf4j.impl.SimpleLogger
Always returns false.
isDebugEnabled() - Method in class org.slf4j.impl.NOPLogger
Always returns false.
isDebugEnabled() - Method in class org.slf4j.impl.Log4jLoggerAdapter
Is this logger instance enabled for the DEBUG level?
isDebugEnabled() - Method in class org.slf4j.impl.JDK14LoggerAdapter
Is this logger instance enabled for the FINE level?
isDebugEnabled() - Method in class org.slf4j.impl.JCLLoggerAdapter
Delegates to the Log.isDebugEnabled() method of the underlying Log instance.
isDebugEnabled(Marker) - Method in interface org.slf4j.Logger
Similar to Logger.isDebugEnabled() method except that the marker data is also taken into account.
isDebugEnabled(Marker) - Method in class org.slf4j.impl.MarkerIgnoringBase
 
isErrorEnabled() - Method in interface org.slf4j.Logger
Is the logger instance enabled for the ERROR level?
isErrorEnabled() - Method in class org.slf4j.impl.SimpleLogger
Always returns true.
isErrorEnabled() - Method in class org.slf4j.impl.NOPLogger
A NOP implementation.
isErrorEnabled() - Method in class org.slf4j.impl.Log4jLoggerAdapter
Is this logger instance enabled for level ERROR?
isErrorEnabled() - Method in class org.slf4j.impl.JDK14LoggerAdapter
Is this logger instance enabled for level SEVERE?
isErrorEnabled() - Method in class org.slf4j.impl.JCLLoggerAdapter
Delegates to the Log.isErrorEnabled() method of the underlying Log instance.
isErrorEnabled(Marker) - Method in interface org.slf4j.Logger
Similar to Logger.isErrorEnabled() method except that the marker data is also taken into consideration.
isErrorEnabled(Marker) - Method in class org.slf4j.impl.MarkerIgnoringBase
 
isInfoEnabled() - Method in interface org.slf4j.Logger
Is the logger instance enabled for the INFO level?
isInfoEnabled() - Method in class org.slf4j.impl.SimpleLogger
Always returns true.
isInfoEnabled() - Method in class org.slf4j.impl.NOPLogger
Always returns false.
isInfoEnabled() - Method in class org.slf4j.impl.Log4jLoggerAdapter
Is this logger instance enabled for the INFO level?
isInfoEnabled() - Method in class org.slf4j.impl.JDK14LoggerAdapter
Is this logger instance enabled for the INFO level?
isInfoEnabled() - Method in class org.slf4j.impl.JCLLoggerAdapter
Delegates to the Log.isInfoEnabled() method of the underlying Log instance.
isInfoEnabled(Marker) - Method in interface org.slf4j.Logger
Similar to Logger.isInfoEnabled() method except that the marker data is also taken into consideration.
isInfoEnabled(Marker) - Method in class org.slf4j.impl.MarkerIgnoringBase
 
isWarnEnabled() - Method in interface org.slf4j.Logger
Is the logger instance enabled for the WARN level?
isWarnEnabled() - Method in class org.slf4j.impl.SimpleLogger
Always returns true.
isWarnEnabled() - Method in class org.slf4j.impl.NOPLogger
Always returns false.
isWarnEnabled() - Method in class org.slf4j.impl.Log4jLoggerAdapter
Is this logger instance enabled for the WARN level?
isWarnEnabled() - Method in class org.slf4j.impl.JDK14LoggerAdapter
Is this logger instance enabled for the WARNING level?
isWarnEnabled() - Method in class org.slf4j.impl.JCLLoggerAdapter
Delegates to the Log.isWarnEnabled() method of the underlying Log instance.
isWarnEnabled(Marker) - Method in interface org.slf4j.Logger
Similar to Logger.isWarnEnabled() method except that the marker data is also taken into consideration.
isWarnEnabled(Marker) - Method in class org.slf4j.impl.MarkerIgnoringBase
 
iterator() - Method in interface org.slf4j.Marker
Returns an Iterator which can be used to iterate over the children of this marker.
iterator() - Method in class org.slf4j.impl.BasicMarker
 

J

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

L

LINE_SEPARATOR - Static variable in class org.slf4j.impl.SimpleLogger
 
Log4jLoggerAdapter - class org.slf4j.impl.Log4jLoggerAdapter.
A wrapper over org.apache.log4j.Logger in conformance with the Logger interface.
Log4jLoggerFactory - class org.slf4j.impl.Log4jLoggerFactory.
Log4jLoggerFactory is an implementation of ILoggerFactory returning the appropriate named Log4jLoggerAdapter instance.
Log4jLoggerFactory() - Constructor for class org.slf4j.impl.Log4jLoggerFactory
 
Logger - interface org.slf4j.Logger.
The main user interface to logging.
LOGGER_FACTORY_FACTORY_METHOD_NAME - Static variable in class org.slf4j.impl.SystemPropBinder
Constant used to determine the name of the factory method for creating logger factories.
LOGGER_FACTORY_PROPERTY - Static variable in class org.slf4j.impl.SystemPropBinder
The name of the system property to set in order to instruct LoggerFactory class to use a specific ILoggerFactory.
LoggerFactory - class org.slf4j.LoggerFactory.
The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for NLOG4J and JDK 1.4 logging.
LoggerFactoryBinder - interface org.slf4j.spi.LoggerFactoryBinder.
An internal interface which helps the static LoggerFactory class bind with the appropriate ILoggerFactory instance.

M

Marker - interface org.slf4j.Marker.
Markers are named objects used to enrich log statements.
MarkerFactory - class org.slf4j.MarkerFactory.
MarkerFactory is a utility class producing Marker instances as appropriate for the logging system currently in use.
MarkerFactoryBinder - interface org.slf4j.spi.MarkerFactoryBinder.
An internal interface which helps the static MarkerFactory class bind with the appropriate IMarkerFactory instance.
MarkerIgnoringBase - class org.slf4j.impl.MarkerIgnoringBase.
This class serves as base for adapters or native implementations of logging systems lacking Marker support.
MarkerIgnoringBase() - Constructor for class org.slf4j.impl.MarkerIgnoringBase
 
MessageFormatter - class org.slf4j.impl.MessageFormatter.
Formats messages according to very simple substitution rules.
MessageFormatter() - Constructor for class org.slf4j.impl.MessageFormatter
 

N

NOP_LOGGER - Static variable in class org.slf4j.impl.NOPLogger
The unique instance of NOPLogger.
NOPLogger - class org.slf4j.impl.NOPLogger.
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 org.slf4j.impl.NOPLoggerFactory.
NOPLoggerFactory is an trivial implementation of ILoggerFactory which always returns the unique instance of NOPLogger.
NOPLoggerFactory() - Constructor for class org.slf4j.impl.NOPLoggerFactory
 

O

org.slf4j - package org.slf4j
Core logging interfaces.
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.

R

remove(Marker) - Method in interface org.slf4j.Marker
Remove a child Marker.
remove(Marker) - Method in class org.slf4j.impl.BasicMarker
 
reportFailure(String, Throwable) - Static method in class org.slf4j.impl.Util
 

S

SimpleLogger - class org.slf4j.impl.SimpleLogger.
A simple (and direct) implementation that logs messages of level INFO or higher on the console (System.err).
SimpleLoggerFactory - class org.slf4j.impl.SimpleLoggerFactory.
An implementation of ILoggerFactory which always returns SimpleLogger instances.
SimpleLoggerFactory() - Constructor for class org.slf4j.impl.SimpleLoggerFactory
 
SINGLETON - Static variable in class org.slf4j.impl.StaticMarkerBinder
The unique instance of this class.
SINGLETON - Static variable in class org.slf4j.impl.StaticLoggerBinder
The unique instance of this class.
StaticLoggerBinder - class org.slf4j.impl.StaticLoggerBinder.
The binding of LoggerFactory class with an actual instance of ILoggerFactory is performed using information returned by this class.
StaticMarkerBinder - class org.slf4j.impl.StaticMarkerBinder.
The binding of MarkerFactory class with an actual instance of IMarkerFactory is performed using information returned by this class.
SystemPropBinder - class org.slf4j.impl.SystemPropBinder.
Allows for dynamic binding as specified by information contained in the SystemPropBinder.LOGGER_FACTORY_PROPERTY java system property.
SystemPropBinder() - Constructor for class org.slf4j.impl.SystemPropBinder
 

U

Util - class org.slf4j.impl.Util.
An internal utility class.
Util() - Constructor for class org.slf4j.impl.Util
 

W

warn(Marker, String) - Method in interface org.slf4j.Logger
Log a message with the specific Marker at the WARN level.
warn(Marker, String) - Method in class org.slf4j.impl.MarkerIgnoringBase
 
warn(Marker, String, Object) - Method in interface org.slf4j.Logger
This method is similar to Logger.warn(String, Object) method except that the marker data is also taken into consideration.
warn(Marker, String, Object) - Method in class org.slf4j.impl.MarkerIgnoringBase
 
warn(Marker, String, Object[]) - Method in interface org.slf4j.Logger
This method is similar to Logger.warn(String, Object[]) method except that the marker data is also taken into consideration.
warn(Marker, String, Object[]) - Method in class org.slf4j.impl.MarkerIgnoringBase
 
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, Object) - Method in class org.slf4j.impl.MarkerIgnoringBase
 
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(Marker, String, Throwable) - Method in class org.slf4j.impl.MarkerIgnoringBase
 
warn(String) - Method in interface org.slf4j.Logger
Log a message at the WARN level.
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) - Method in class org.slf4j.impl.NOPLogger
A NOP implementation.
warn(String) - Method in class org.slf4j.impl.Log4jLoggerAdapter
Log a message object at the WARN level.
warn(String) - Method in class org.slf4j.impl.JDK14LoggerAdapter
Log a message object at the WARNING level.
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 interface org.slf4j.Logger
Log a message at the WARN level according to the specified format and argument.
warn(String, Object) - Method in class org.slf4j.impl.SimpleLogger
Perform single parameter substitution before logging the message of level WARN according to the format outlined above.
warn(String, Object) - Method in class org.slf4j.impl.NOPLogger
A NOP implementation.
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) - Method in class org.slf4j.impl.JDK14LoggerAdapter
Log a message at the WARNING level according to the specified format and argument.
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[]) - Method in interface org.slf4j.Logger
Log a message at the WARN level according to the specified format and arguments.
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, Object[]) - Method in class org.slf4j.impl.NOPLogger
A NOP implementation.
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, Object[]) - Method in class org.slf4j.impl.JDK14LoggerAdapter
Log a message at level WARNING according to the specified format and arguments.
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 interface org.slf4j.Logger
Log a message at the WARN level according to the specified format and arguments.
warn(String, Object, Object) - Method in class org.slf4j.impl.SimpleLogger
Perform double 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.NOPLogger
A NOP implementation.
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, 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, 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 interface org.slf4j.Logger
Log an exception (throwable) at the WARN level with an accompanying message.
warn(String, Throwable) - Method in class org.slf4j.impl.SimpleLogger
Log a message of level WARN, including an exception.
warn(String, Throwable) - Method in class org.slf4j.impl.NOPLogger
A NOP implementation.
warn(String, Throwable) - Method in class org.slf4j.impl.Log4jLoggerAdapter
Log an exception (throwable) at the WARN level with an accompanying message.
warn(String, Throwable) - Method in class org.slf4j.impl.JDK14LoggerAdapter
Log an exception (throwable) at the WARNING level with an accompanying message.
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.

A B C D E F G H I J L M N O R S U W
Copyright 2004-2006 SLF4J.ORG, QOS.ch