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

A

abbreviate(String) - Method in class org.slf4j.migrator.helper.Abbreviator
 
Abbreviator - Class in org.slf4j.migrator.helper
 
Abbreviator(int, int, char) - Constructor for class org.slf4j.migrator.helper.Abbreviator
 
actionPerformed(ActionEvent) - Method in class org.slf4j.migrator.internal.MigratorFrame
 
add(Marker) - Method in class org.slf4j.helpers.BasicMarker
 
add(Marker) - Method in interface org.slf4j.Marker
Add a child Marker to this Marker.
addException(ConversionException) - Method in class org.slf4j.migrator.ProjectConverter
 
addReplacement(int, String) - Method in class org.slf4j.migrator.line.MultiGroupConversionRule
 
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.
atLeastOneMatchOccured() - Method in class org.slf4j.migrator.line.LineConverter
 
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.
BasicMDCAdapter - Class in org.slf4j.helpers
Basic MDC implementation, which can be used with logging systems that lack out-of-the-box MDC support.
BasicMDCAdapter() - Constructor for class org.slf4j.helpers.BasicMDCAdapter
 

C

Category - Class in org.apache.log4j
This class is a minimal implementation of the original org.apache.log4j.Logger class by delegation of 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.BasicMDCAdapter
Clear all entries in the 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.
Constant - Class in org.slf4j.migrator
 
Constant() - Constructor for class org.slf4j.migrator.Constant
 
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?
contains(String) - Method in interface org.slf4j.Marker
Does this marker contain the marker named 'name'?
ConversionException - Exception in org.slf4j.migrator
 
ConversionException(String) - Constructor for exception org.slf4j.migrator.ConversionException
 
ConversionException(String, String) - Constructor for exception org.slf4j.migrator.ConversionException
 
ConversionRule - Interface in org.slf4j.migrator.line
 
ConversionTask - Class in org.slf4j.migrator.internal
 
convertProject(File) - Method in class org.slf4j.migrator.ProjectConverter
 
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.debug(String) method of SLF4J.
debug(Object, Throwable) - Method in class org.apache.log4j.Category
Delegates to Logger.debug(String,Throwable) method in SLF4J.
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 Level.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.
disableInput() - Method in class org.slf4j.migrator.internal.MigratorFrame
 

E

EmptyRuleSet - Class in org.slf4j.migrator.line
 
EmptyRuleSet() - Constructor for class org.slf4j.migrator.line.EmptyRuleSet
 
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.error(String) method in SLF4J.
error(Object, Throwable) - Method in class org.apache.log4j.Category
Delegates to Logger.error(String,Throwable) method in SLF4J.
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 Level.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.error(String) method in SLF4J.
fatal(Object, Throwable) - Method in class org.apache.log4j.Category
Delegates to Logger.error(String,Throwable) method in SLF4J.
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 Level.FATAL instead.
FATAL_INT - Static variable in class org.apache.log4j.Priority
 
FILE_COPY - Static variable in exception org.slf4j.migrator.ConversionException
 
FileSelector - Class in org.slf4j.migrator
 
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.BasicMDCAdapter
Get the context identified by the key parameter.
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.
getAdditionalLine() - Method in interface org.slf4j.migrator.line.ConversionRule
Returns a non-null value if there should be an additional line following a match of this rule.
getAdditionalLine() - Method in class org.slf4j.migrator.line.MultiGroupConversionRule
 
getAdditionalLine() - Method in class org.slf4j.migrator.line.SingleConversionRule
 
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).
getDetail() - Method in exception org.slf4j.migrator.ConversionException
 
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.
getKeys() - Method in class org.slf4j.helpers.BasicMDCAdapter
Returns the keys in the MDC as a Set of Strings The returned value can be null.
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.
getMatcherImpl(int) - Static method in class org.slf4j.migrator.RuleSetFactory
Return matcher implementation depending on the conversion mode
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.
getOneLineReplacement(String) - Method in class org.slf4j.migrator.line.LineConverter
 
getPattern() - Method in interface org.slf4j.migrator.line.ConversionRule
 
getPattern() - Method in class org.slf4j.migrator.line.MultiGroupConversionRule
 
getPattern() - Method in class org.slf4j.migrator.line.SingleConversionRule
 
getReplacement(String) - Method in class org.slf4j.migrator.line.LineConverter
Check if the specified text is matching some conversions rules.
getReplacement(int) - Method in class org.slf4j.migrator.line.MultiGroupConversionRule
 
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.info(String) method in SLF4J.
info(Object, Throwable) - Method in class org.apache.log4j.Category
Delegates to Logger.info(String,Throwable) method in SLF4J.
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 Level.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
 
InplaceFileConverter - Class in org.slf4j.migrator
 
INVALID_DIRECTORY - Static variable in exception org.slf4j.migrator.ConversionException
 
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.isDebugEnabled() method in SLF4J
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
Delegates to Category.isEnabledFor(Level).
isEnabledFor(Level) - Method in class org.apache.log4j.Category
Determines whether the level passes as parameter is enabled in the underlying SLF4J logger.
isErrorEnabled() - Method in class org.apache.commons.logging.impl.NoOpLog
Error is never enabled.
isErrorEnabled() - Method in class org.apache.commons.logging.impl.SimpleLog
Are error messages currently enabled?
isErrorEnabled() - Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
Directly delegates to the wrapped org.slf4j.Logger instance.
isErrorEnabled() - Method in class org.apache.commons.logging.impl.SLF4JLog
Directly delegates to the wrapped org.slf4j.Logger instance.
isErrorEnabled() - Method in interface org.apache.commons.logging.Log
Is error logging currently enabled?
isErrorEnabled() - Method in class org.apache.log4j.Category
Delegates to Logger.isErrorEnabled() method in SLF4J
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.isInfoEnabled() method in SLF4J
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?