A  C  D  E  F  G  H  I  L  M  N  O  R  T  V  W 

A

add(Marker) - Method in interface org .slf4j . Marker
Add a reference to another Marker.
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.

C

ConsoleLoggerImpl - Class in org.slf4j
 
ConsoleLoggerImpl(String, LogLevel) - Constructor for class org .slf4j . ConsoleLoggerImpl
 
contains(Marker) - Method in interface org .slf4j . Marker
Does this marker contain a reference to the 'other' marker? Marker A is defined to contain marker B, if A == B or if B is referenced by A, or if B is referenced by any one of A's references (recursively).
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.

D

debug(String) - Method in class org .slf4j . ConsoleLoggerImpl
 
debug(String, Object) - Method in class org .slf4j . ConsoleLoggerImpl
 
debug(String, Object, Object) - Method in class org .slf4j . ConsoleLoggerImpl
 
debug(String, Object[]) - Method in class org .slf4j . ConsoleLoggerImpl
 
debug(String, Throwable) - Method in class org .slf4j . ConsoleLoggerImpl
 
debug(Marker, String) - Method in class org .slf4j . ConsoleLoggerImpl
 
debug(Marker, String, Object) - Method in class org .slf4j . ConsoleLoggerImpl
 
debug(Marker, String, Object, Object) - Method in class org .slf4j . ConsoleLoggerImpl
 
debug(Marker, String, Object[]) - Method in class org .slf4j . ConsoleLoggerImpl
 
debug(Marker, String, Throwable) - Method in class org .slf4j . ConsoleLoggerImpl
 
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.

E

equals(Object) - Method in interface org .slf4j . Marker
Markers are considered equal if they have the same name.
error(String) - Method in class org .slf4j . ConsoleLoggerImpl
 
error(String, Object) - Method in class org .slf4j . ConsoleLoggerImpl
 
error(String, Object, Object) - Method in class org .slf4j . ConsoleLoggerImpl
 
error(String, Object[]) - Method in class org .slf4j . ConsoleLoggerImpl
 
error(String, Throwable) - Method in class org .slf4j . ConsoleLoggerImpl
 
error(Marker, String) - Method in class org .slf4j . ConsoleLoggerImpl
 
error(Marker, String, Object) - Method in class org .slf4j . ConsoleLoggerImpl
 
error(Marker, String, Object, Object) - Method in class org .slf4j . ConsoleLoggerImpl
 
error(Marker, String, Object[]) - Method in class org .slf4j . ConsoleLoggerImpl
 
error(Marker, String, Throwable) - Method in class org .slf4j . ConsoleLoggerImpl
 
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.

F

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.
FormattingTuple - Class in org.slf4j.helpers
Holds the results of formatting done by MessageFormatter.
FormattingTuple(String) - Constructor for class org .slf4j .helpers . FormattingTuple
 
FormattingTuple(String, Object[], Throwable) - Constructor for class org .slf4j .helpers . FormattingTuple
 

G

getArgArray() - Method in class org .slf4j .helpers . FormattingTuple
 
getLogger(String) - Static method in class org .slf4j . LoggerFactory
 
getLogger(Class<?>) - Static method in class org .slf4j . LoggerFactory
 
getMessage() - Method in class org .slf4j .helpers . FormattingTuple
 
getName() - Method in class org .slf4j . ConsoleLoggerImpl
 
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.
getThrowable() - Method in class org .slf4j .helpers . FormattingTuple
 
getValue() - Method in enum org .slf4j . LogLevel
 

H

hasChildren() - Method in interface org .slf4j . Marker
Deprecated.
Replaced by Marker.hasReferences().
hashCode() - Method in interface org .slf4j . Marker
Compute the hash code based on the name of this marker.
hasReferences() - Method in interface org .slf4j . Marker
Does this marker have any references?

I

info(String) - Method in class org .slf4j . ConsoleLoggerImpl
 
info(String, Object) - Method in class org .slf4j . ConsoleLoggerImpl
 
info(String, Object, Object) - Method in class org .slf4j . ConsoleLoggerImpl
 
info(String, Object[]) - Method in class org .slf4j . ConsoleLoggerImpl
 
info(String, Throwable) - Method in class org .slf4j . ConsoleLoggerImpl
 
info(Marker, String) - Method in class org .slf4j . ConsoleLoggerImpl
 
info(Marker, String, Object) - Method in class org .slf4j . ConsoleLoggerImpl
 
info(Marker, String, Object, Object) - Method in class org .slf4j . ConsoleLoggerImpl
 
info(Marker, String, Object[]) - Method in class org .slf4j . ConsoleLoggerImpl
 
info(Marker, String, Throwable) - Method in class org .slf4j . ConsoleLoggerImpl
 
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.
isDebugEnabled() - Method in class org .slf4j . ConsoleLoggerImpl
 
isDebugEnabled(Marker) - Method in class org .slf4j . ConsoleLoggerImpl
 
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.
isErrorEnabled() - Method in class org .slf4j . ConsoleLoggerImpl
 
isErrorEnabled(Marker) - Method in class org .slf4j . ConsoleLoggerImpl
 
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.
isInfoEnabled() - Method in class org .slf4j . ConsoleLoggerImpl
 
isInfoEnabled(Marker) - Method in class org .slf4j . ConsoleLoggerImpl
 
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.
isTraceEnabled() - Method in class org .slf4j . ConsoleLoggerImpl
 
isTraceEnabled(Marker) - Method in class org .slf4j . ConsoleLoggerImpl
 
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 .slf4j . ConsoleLoggerImpl
 
isWarnEnabled(Marker) - Method in class org .slf4j . ConsoleLoggerImpl
 
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 interface org .slf4j . Marker
Returns an Iterator which can be used to iterate over the references of this marker.

L

Logger - Interface in org.slf4j
The org.slf4j.Logger interface is the main user entry point of SLF4J API.
LoggerFactory - Class in org.slf4j
 
LoggerFactory() - Constructor for class org .slf4j . LoggerFactory
 
LogLevel - Enum in org.slf4j
 

M

Marker - Interface in org.slf4j
Markers are named objects used to enrich log statements.
MessageFormatter - Class in org.slf4j.helpers
Formats messages according to very simple substitution rules.
MessageFormatter() - Constructor for class org .slf4j .helpers . MessageFormatter
 

N

NULL - Static variable in class org .slf4j .helpers . FormattingTuple
 

O

org.slf4j - package org.slf4j
 
org.slf4j.helpers - package org.slf4j.helpers
 

R

remove(Marker) - Method in interface org .slf4j . Marker
Remove a marker reference.
ROOT_LOGGER_NAME - Static variable in interface org .slf4j . Logger
Case insensitive String constant used to retrieve the name of the root logger.

T

trace(String) - Method in class org .slf4j . ConsoleLoggerImpl
 
trace(String, Object) - Method in class org .slf4j . ConsoleLoggerImpl
 
trace(String, Object, Object) - Method in class org .slf4j . ConsoleLoggerImpl
 
trace(String, Object[]) - Method in class org .slf4j . ConsoleLoggerImpl
 
trace(String, Throwable) - Method in class org .slf4j . ConsoleLoggerImpl
 
trace(Marker, String) - Method in class org .slf4j . ConsoleLoggerImpl
 
trace(Marker, String, Object) - Method in class org .slf4j . ConsoleLoggerImpl
 
trace(Marker, String, Object, Object) - Method in class org .slf4j . ConsoleLoggerImpl
 
trace(Marker, String, Object[]) - Method in class org .slf4j . ConsoleLoggerImpl
 
trace(Marker, String, Throwable) - Method in class org .slf4j . ConsoleLoggerImpl
 
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.

V

valueOf(String) - Static method in enum org .slf4j . LogLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum org .slf4j . LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.

W

warn(String) - Method in class org .slf4j . ConsoleLoggerImpl
 
warn(String, Object) - Method in class org .slf4j . ConsoleLoggerImpl
 
warn(String, Object, Object) - Method in class org .slf4j . ConsoleLoggerImpl
 
warn(String, Object[]) - Method in class org .slf4j . ConsoleLoggerImpl
 
warn(String, Throwable) - Method in class org .slf4j . ConsoleLoggerImpl
 
warn(Marker, String) - Method in class org .slf4j . ConsoleLoggerImpl
 
warn(Marker, String, Object) - Method in class org .slf4j . ConsoleLoggerImpl
 
warn(Marker, String, Object, Object) - Method in class org .slf4j . ConsoleLoggerImpl
 
warn(Marker, String, Object[]) - Method in class org .slf4j . ConsoleLoggerImpl
 
warn(Marker, String, Throwable) - Method in class org .slf4j . ConsoleLoggerImpl
 
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.
A  C  D  E  F  G  H  I  L  M  N  O  R  T  V  W