Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
C
- CACHE_OUTPUT_STREAM_STRING_KEY - Static variable in class org.slf4j.impl.SimpleLogger
- currentLogLevel - Variable in class org.slf4j.impl.SimpleLogger
-
The current log level
D
- DATE_TIME_FORMAT_KEY - Static variable in class org.slf4j.impl.SimpleLogger
- debug(String) - Method in class org.slf4j.impl.SimpleLogger
-
A simple implementation which logs messages of level DEBUG according to the format outlined above.
- debug(String, Object) - Method in class org.slf4j.impl.SimpleLogger
-
Perform single parameter substitution before logging the message of level DEBUG according to the format outlined above.
- debug(String, Object...) - Method in class org.slf4j.impl.SimpleLogger
-
Perform double parameter substitution before logging the message of level DEBUG according to the format outlined above.
- debug(String, Object, Object) - Method in class org.slf4j.impl.SimpleLogger
-
Perform double parameter substitution before logging the message of level DEBUG according to the format outlined above.
- debug(String, Throwable) - Method in class org.slf4j.impl.SimpleLogger
-
Log a message of level DEBUG, including an exception.
- DEFAULT_LOG_LEVEL_KEY - Static variable in class org.slf4j.impl.SimpleLogger
E
- error(String) - Method in class org.slf4j.impl.MavenFailOnSeverityLogger
-
A simple implementation which always logs messages of level ERROR according to the format outlined above.
- 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.MavenFailOnSeverityLogger
-
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.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.MavenFailOnSeverityLogger
-
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, Object, Object) - Method in class org.slf4j.impl.MavenFailOnSeverityLogger
-
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.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.MavenFailOnSeverityLogger
-
Log a message of level ERROR, including an exception.
- error(String, Throwable) - Method in class org.slf4j.impl.SimpleLogger
-
Log a message of level ERROR, including an exception.
G
- getLocation(StackTraceElement) - Method in class org.slf4j.impl.MavenSimpleLogger
- getLogger(String) - Method in class org.slf4j.impl.MavenLoggerFactory
-
Return an appropriate
MavenSimpleLogger
instance by name. - getLogger(String) - Method in class org.slf4j.impl.SimpleLoggerFactory
-
Return an appropriate
SimpleLogger
instance by name. - getLoggerFactory() - Method in class org.slf4j.impl.StaticLoggerBinder
-
Returns the factory.
- getLoggerFactoryClassStr() - Method in class org.slf4j.impl.StaticLoggerBinder
-
Returns the class name.
- getLogLevelRecorder() - Method in class org.slf4j.impl.MavenLoggerFactory
- getMarkerFactory() - Method in class org.slf4j.impl.StaticMarkerBinder
-
Currently this method always returns an instance of
BasicMarkerFactory
. - getMarkerFactoryClassStr() - Method in class org.slf4j.impl.StaticMarkerBinder
-
Currently, this method returns the class name of
BasicMarkerFactory
. - getMDCA() - Method in class org.slf4j.impl.StaticMDCBinder
-
Currently this method always returns an instance of
StaticMDCBinder
. - getMDCAdapterClassStr() - Method in class org.slf4j.impl.StaticMDCBinder
- getName() - Method in class org.slf4j.impl.MavenFailOnSeverityLogger
- getName() - Method in class org.slf4j.impl.MavenSimpleLogger
- getName() - Method in class org.slf4j.impl.SimpleLogger
- getSingleton() - Static method in class org.slf4j.impl.StaticLoggerBinder
-
Returns the singleton of this class.
- getSingleton() - Static method in class org.slf4j.impl.StaticMarkerBinder
-
Return the singleton of this class.
- getSingleton() - Static method in class org.slf4j.impl.StaticMDCBinder
-
Return the singleton of this class.
I
- info(String) - Method in class org.slf4j.impl.SimpleLogger
-
A simple implementation which logs messages of level INFO according to the format outlined above.
- info(String, Object) - Method in class org.slf4j.impl.SimpleLogger
-
Perform single parameter substitution before logging the message of level INFO according to the format outlined above.
- info(String, Object...) - 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.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.
- isDebugEnabled() - Method in class org.slf4j.impl.SimpleLogger
-
Are
debug
messages currently enabled? - isErrorEnabled() - Method in class org.slf4j.impl.SimpleLogger
-
Are
error
messages currently enabled? - isInfoEnabled() - Method in class org.slf4j.impl.SimpleLogger
-
Are
info
messages currently enabled? - isLevelEnabled(int) - Method in class org.slf4j.impl.SimpleLogger
-
Is the given log level currently enabled?
- isTraceEnabled() - Method in class org.slf4j.impl.SimpleLogger
-
Are
trace
messages currently enabled? - isWarnEnabled() - Method in class org.slf4j.impl.SimpleLogger
-
Are
warn
messages currently enabled?
L
- LEVEL_IN_BRACKETS_KEY - Static variable in class org.slf4j.impl.SimpleLogger
- log(LoggingEvent) - Method in class org.slf4j.impl.SimpleLogger
- LOG_FILE_KEY - Static variable in class org.slf4j.impl.SimpleLogger
- LOG_KEY_PREFIX - Static variable in class org.slf4j.impl.SimpleLogger
- LOG_LEVEL_DEBUG - Static variable in class org.slf4j.impl.SimpleLogger
- LOG_LEVEL_ERROR - Static variable in class org.slf4j.impl.SimpleLogger
- LOG_LEVEL_INFO - Static variable in class org.slf4j.impl.SimpleLogger
- LOG_LEVEL_OFF - Static variable in class org.slf4j.impl.SimpleLogger
- LOG_LEVEL_TRACE - Static variable in class org.slf4j.impl.SimpleLogger
- LOG_LEVEL_WARN - Static variable in class org.slf4j.impl.SimpleLogger
M
- MavenFailOnSeverityLogger - Class in org.slf4j.impl
-
A proxy which enhances the MavenSimpleLogger with functionality to track whether a logging threshold is hit.
- MavenLoggerFactory - Class in org.slf4j.impl
-
LogFactory for Maven which can create a simple logger or one which, if set, fails the build on a severity threshold.
- MavenLoggerFactory() - Constructor for class org.slf4j.impl.MavenLoggerFactory
- MavenSimpleLogger - Class in org.slf4j.impl
-
Logger for Maven, that support colorization of levels and stacktraces.
N
- name - Variable in class org.slf4j.impl.MavenFailOnSeverityLogger
- name - Variable in class org.slf4j.impl.MavenSimpleLogger
- name - Variable in class org.slf4j.impl.SimpleLogger
O
- org.slf4j.impl - package org.slf4j.impl
R
- readResolve() - Method in class org.slf4j.impl.MavenFailOnSeverityLogger
- readResolve() - Method in class org.slf4j.impl.MavenSimpleLogger
- readResolve() - Method in class org.slf4j.impl.SimpleLogger
- renderLevel(int) - Method in class org.slf4j.impl.MavenSimpleLogger
- renderLevel(int) - Method in class org.slf4j.impl.SimpleLogger
- REQUESTED_API_VERSION - Static variable in class org.slf4j.impl.StaticLoggerBinder
-
Declare the version of the SLF4J API this implementation is compiled against.
S
- setLogLevelRecorder(LogLevelRecorder) - Method in class org.slf4j.impl.MavenLoggerFactory
- SHOW_DATE_TIME_KEY - Static variable in class org.slf4j.impl.SimpleLogger
- SHOW_LOG_NAME_KEY - Static variable in class org.slf4j.impl.SimpleLogger
- SHOW_SHORT_LOG_NAME_KEY - Static variable in class org.slf4j.impl.SimpleLogger
- SHOW_THREAD_ID_KEY - Static variable in class org.slf4j.impl.SimpleLogger
- SHOW_THREAD_NAME_KEY - Static variable in class org.slf4j.impl.SimpleLogger
- SimpleLogger - Class in org.slf4j.impl
-
Simple implementation of
Logger
that sends all enabled log messages, for all defined loggers, to the console (System.err
). - SimpleLoggerConfiguration - Class in org.slf4j.impl
-
This class holds configuration values for
SimpleLogger
. - SimpleLoggerConfiguration() - Constructor for class org.slf4j.impl.SimpleLoggerConfiguration
- SimpleLoggerFactory - Class in org.slf4j.impl
-
An implementation of
ILoggerFactory
which always returnsSimpleLogger
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.StaticMDCBinder
-
The unique instance of this class.
- StaticLoggerBinder - Class in org.slf4j.impl
-
SLF4J LoggerFactoryBinder implementation using MavenSimpleLogger.
- StaticMarkerBinder - Class in org.slf4j.impl
-
The binding of
MarkerFactory
class with an actual instance ofIMarkerFactory
is performed using information returned by this class. - StaticMDCBinder - Class in org.slf4j.impl
-
This implementation is bound to
NOPMDCAdapter
. - SYSTEM_PREFIX - Static variable in class org.slf4j.impl.SimpleLogger
-
All system properties used by
SimpleLogger
start with this prefix
T
- trace(String) - Method in class org.slf4j.impl.SimpleLogger
-
A simple implementation which logs messages of level TRACE according to the format outlined above.
- trace(String, Object) - Method in class org.slf4j.impl.SimpleLogger
-
Perform single parameter substitution before logging the message of level TRACE according to the format outlined above.
- trace(String, Object...) - Method in class org.slf4j.impl.SimpleLogger
-
Perform double parameter substitution before logging the message of level TRACE according to the format outlined above.
- trace(String, Object, Object) - Method in class org.slf4j.impl.SimpleLogger
-
Perform double parameter substitution before logging the message of level TRACE according to the format outlined above.
- trace(String, Throwable) - Method in class org.slf4j.impl.SimpleLogger
-
Log a message of level TRACE, including an exception.
W
- warn(String) - Method in class org.slf4j.impl.MavenFailOnSeverityLogger
-
A simple implementation which always logs messages of level WARN according to the format outlined above.
- warn(String) - Method in class org.slf4j.impl.SimpleLogger
-
A simple implementation which always logs messages of level WARN according to the format outlined above.
- warn(String, Object) - Method in class org.slf4j.impl.MavenFailOnSeverityLogger
-
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.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.MavenFailOnSeverityLogger
-
Perform double parameter substitution before logging the message of level WARN according to the format outlined above.
- warn(String, Object...) - Method in class org.slf4j.impl.SimpleLogger
-
Perform double parameter substitution before logging the message of level WARN according to the format outlined above.
- warn(String, Object, Object) - Method in class org.slf4j.impl.MavenFailOnSeverityLogger
-
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.SimpleLogger
-
Perform double parameter substitution before logging the message of level WARN according to the format outlined above.
- warn(String, Throwable) - Method in class org.slf4j.impl.MavenFailOnSeverityLogger
-
Log a message of level WARN, including an exception.
- warn(String, Throwable) - Method in class org.slf4j.impl.SimpleLogger
-
Log a message of level WARN, including an exception.
- WARN_LEVEL_STRING_KEY - Static variable in class org.slf4j.impl.SimpleLogger
- writeThrowable(Throwable, PrintStream) - Method in class org.slf4j.impl.MavenSimpleLogger
- writeThrowable(Throwable, PrintStream) - Method in class org.slf4j.impl.SimpleLogger
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form