|
SLF4J API Version 1.4.3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
ALL
has the lowest possible rank and is intended to
turn on all logging.
MessageFormatter.format(String, Object)
and
MessageFormatter.format(String, Object, Object)
methods except that
any number of arguments can be passed in an array.
Marker
interface.IMarkerFactory
interface which creates BasicMarker
instances.BasicMarkerFactory
instances.
org.slf4j.Logger.Logger
instance.org.slf4j.Logger
instance.
org.slf4j.Logger
instance.
org.slf4j.Logger
instance.
org.slf4j.Logger
instance.
Logger
method of
logback.
Logger
method of logback.
Logger
method of logback.
Logger
method of logback.
DEBUG
Level designates fine-grained
informational events that are most useful to debug an
application.
DEBUG
instead.
Log.debug(java.lang.Object)
method of the underlying
Log
instance.
Log.debug(java.lang.Object)
method of the underlying
Log
instance.
Log.debug(java.lang.Object)
method of the underlying
Log
instance.
Log.debug(java.lang.Object)
method of the underlying
Log
instance.
Log.debug(java.lang.Object, java.lang.Throwable)
method of
the underlying Log
instance.
Logger.debug(String, Object)
method except that the
marker data is also taken into consideration.
Logger.debug(String, Object, Object)
method except that the marker data is also taken into
consideration.
Logger.debug(String, Object[])
method except that the marker data is also taken into
consideration.
Logger.debug(String, Throwable)
method except that the
marker data is also taken into consideration.
org.slf4j.Logger
instance.
org.slf4j.Logger
instance.
org.slf4j.Logger
instance.
org.slf4j.Logger
instance.
Logger
method of logback.
Logger
method of logback.
Logger
method of logback.
Logger
method of logback.
ERROR
level designates error events that
might still allow the application to continue running.
ERROR
instead.
Log.error(java.lang.Object)
method of the underlying
Log
instance.
Log.error(java.lang.Object)
method of the underlying
Log
instance.
Log.error(java.lang.Object)
method of the underlying
Log
instance.
Log.error(java.lang.Object)
method of the underlying
Log
instance.
Log.error(java.lang.Object, java.lang.Throwable)
method of
the underlying Log
instance.
Logger.error(String, Object)
method except that the
marker data is also taken into consideration.
Logger.error(String, Object, Object)
method except that the marker data is also taken into
consideration.
Logger.error(String, Object[])
method except that the marker data is also taken into
consideration.
Logger.error(String, Throwable)
method except that the marker data is also taken into
consideration.
LogFactory
implementation class to use, if no other can be found.
org.slf4j.Logger
instance.
org.slf4j.Logger
instance.
org.slf4j.Logger
instance.
org.slf4j.Logger
instance.
Logger
method of logback.
Logger
method of logback in addition, the call is marked with a marker named "FATAL".
Logger
method of logback in addition, the call is marked with a marker named "FATAL".
Logger
method of logback in addition, the call is marked with a marker named "FATAL".
FATAL
level designates very severe error
events that will presumably lead the application to abort.
FATAL
instead.
key
parameter.
key
parameter.
null
if there is no such attribute.
null
if there is no such attribute.
LogFactory
instance,
using the following ordered lookup procedure to determine the name of the
implementation class to be loaded.
ILoggerFactory
instance in use.
IMarkerFactory
instance in use.
getInstance(String)
with it.
Log
instance, using
the factory's current set of configuration attributes.
getInstance(String)
with it.
Log
instance, using
the factory's current set of configuration attributes.
Logger
instance as specified by the
name
parameter.
SimpleLogger
instance by name.
ILoggerFactory
instance.
ILoggerFactory
instance.
ILoggerFactory
that
LoggerFactory
class should bind to.
ILoggerFactory
object that this
LoggerFactoryBinder
instance is intended to return.
BasicMarker
instance by name.
Marker
instance by name.
IMarkerFactory
instance.
BasicMarkerFactory
.
IMarkerFactory
that
MarkerFactory
class should bind to.
BasicMarkerFactory
.
IMarkerFactory
object that this
MarkerFactoryBinder
instance is intended to return.
StaticMDCBinder
.
Logger
instance.
ILoggerFactory
instances manufacture Logger
instances by name.Marker
instances.org.slf4j.Logger
instance.
org.slf4j.Logger
instance.
org.slf4j.Logger
instance.
org.slf4j.Logger
instance.
Logger
method of logback.
Logger
method of logback.
Logger
method of logback.
Logger
method of logback.
INFO
level designates informational messages
that highlight the progress of the application at coarse-grained
level.
INFO
instead.
Log.debug(java.lang.Object)
method of the underlying
Log
instance.
Log.info(java.lang.Object)
method of the underlying
Log
instance.
Log.info(java.lang.Object)
method of the underlying
Log
instance.
Log.info(java.lang.Object)
method of the underlying
Log
instance.
Log.info(java.lang.Object, java.lang.Throwable)
method of
the underlying Log
instance.
Logger.info(String, Object)
method except that the
marker data is also taken into consideration.
Logger.info(String, Object, Object)
method except that the marker data is also taken into
consideration.
Logger.info(String, Object[])
method except that the marker data is also taken into
consideration.
Logger.info(String, Throwable)
method
except that the marker data is also taken into consideration.
org.slf4j.Logger
instance.
org.slf4j.Logger
instance.
Logger
method of logback
Log.isDebugEnabled()
method of the underlying
Log
instance.
Logger.isDebugEnabled()
method except that the
marker data is also taken into account.
org.slf4j.Logger
instance.
org.slf4j.Logger
instance.
Logger
method of logback
Log.isErrorEnabled()
method of the underlying
Log
instance.
Logger.isErrorEnabled()
method except that the
marker data is also taken into consideration.
isErrorEnabled method of the wrapped
org.slf4j.Logger
instance.
- isFatalEnabled() -
Method in class org.apache.commons.logging.impl.SLF4JLog
- Delegates to the
isErrorEnabled method of the wrapped
org.slf4j.Logger
instance.
- isFatalEnabled() -
Method in interface org.apache.commons.logging.Log
- Is fatal logging currently enabled?
- isGreaterOrEqual(Priority) -
Method in class org.apache.log4j.Priority
- Returns
true
if this level has a higher or equal
level than the level passed as argument, false
otherwise.
- isInfoEnabled() -
Method in class org.apache.commons.logging.impl.NoOpLog
- Info is never enabled.
- isInfoEnabled() -
Method in class org.apache.commons.logging.impl.SimpleLog
- Are info messages currently enabled?
- isInfoEnabled() -
Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
- Directly delegates to the wrapped
org.slf4j.Logger
instance.
- isInfoEnabled() -
Method in class org.apache.commons.logging.impl.SLF4JLog
- Directly delegates to the wrapped
org.slf4j.Logger
instance.
- isInfoEnabled() -
Method in interface org.apache.commons.logging.Log
- Is info logging currently enabled?
- isInfoEnabled() -
Method in class org.apache.log4j.Category
- Delegates to
Logger
method of logback
- isInfoEnabled(Marker) -
Method in class org.slf4j.helpers.MarkerIgnoringBase
-
- isInfoEnabled() -
Method in class org.slf4j.impl.JCLLoggerAdapter
- Delegates to the
Log.isInfoEnabled()
method of the underlying
Log
instance.
- isInfoEnabled() -
Method in class org.slf4j.impl.JDK14LoggerAdapter
- Is this logger instance enabled for the INFO level?
- isInfoEnabled() -
Method in class org.slf4j.impl.Log4jLoggerAdapter
- Is this logger instance enabled for the INFO level?
- isInfoEnabled() -
Method in class org.slf4j.impl.NOPLogger
- Always returns false.
- isInfoEnabled() -
Method in class org.slf4j.impl.SimpleLogger
- Always returns true.
- isInfoEnabled() -
Method in interface org.slf4j.Logger
- Is the logger instance enabled for the INFO level?
- isInfoEnabled(Marker) -
Method in interface org.slf4j.Logger
- Similar to
Logger.isInfoEnabled()
method except that the marker
data is also taken into consideration.
- isLevelEnabled(int) -
Method in class org.apache.commons.logging.impl.SimpleLog
- Is the given log level currently enabled?
- isTraceEnabled() -
Method in class org.apache.commons.logging.impl.NoOpLog
- Trace is never enabled.
- isTraceEnabled() -
Method in class org.apache.commons.logging.impl.SimpleLog
- Are trace messages currently enabled?
- isTraceEnabled() -
Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
- Delegates to the
isTraceEnabled method of the wrapped
org.slf4j.Logger
instance.
- isTraceEnabled() -
Method in class org.apache.commons.logging.impl.SLF4JLog
- Delegates to the
isDebugEnabled method of the wrapped
org.slf4j.Logger
instance.
- isTraceEnabled() -
Method in interface org.apache.commons.logging.Log
- Is trace logging currently enabled?
- isTraceEnabled() -
Method in class org.apache.log4j.Category
- Delegates to
Logger
method of logback.
- isTraceEnabled(Marker) -
Method in class org.slf4j.helpers.MarkerIgnoringBase
-
- isTraceEnabled() -
Method in class org.slf4j.impl.JCLLoggerAdapter
- Delegates to the
Log.isTraceEnabled()
method of the underlying
Log
instance.
- isTraceEnabled() -
Method in class org.slf4j.impl.JDK14LoggerAdapter
- Is this logger instance enabled for the FINEST level?
- isTraceEnabled() -
Method in class org.slf4j.impl.Log4jLoggerAdapter
- Is this logger instance enabled for the TRACE level?
- isTraceEnabled() -
Method in class org.slf4j.impl.NOPLogger
- Always returns false.
- isTraceEnabled() -
Method in class org.slf4j.impl.SimpleLogger
- Always returns false.
- isTraceEnabled() -
Method in interface org.slf4j.Logger
- Is the logger instance enabled for the TRACE level?
- isTraceEnabled(Marker) -
Method in interface org.slf4j.Logger
- Similar to
Logger.isTraceEnabled()
method except that the
marker data is also taken into account.
- isWarnEnabled() -
Method in class org.apache.commons.logging.impl.NoOpLog
- Warn is never enabled.
- isWarnEnabled() -
Method in class org.apache.commons.logging.impl.SimpleLog
- Are warn messages currently enabled?
- isWarnEnabled() -
Method in class org.apache.commons.logging.impl.SLF4JLocationAwareLog
- Directly delegates to the wrapped
org.slf4j.Logger
instance.
- isWarnEnabled() -
Method in class org.apache.commons.logging.impl.SLF4JLog
- Directly delegates to the wrapped
org.slf4j.Logger
instance.
- isWarnEnabled() -
Method in interface org.apache.commons.logging.Log
- Is warn logging currently enabled?
- isWarnEnabled() -
Method in class org.apache.log4j.Category
- Delegates to
Logger
method of logback
- isWarnEnabled(Marker) -
Method in class org.slf4j.helpers.MarkerIgnoringBase
-
- isWarnEnabled() -
Method in class org.slf4j.impl.JCLLoggerAdapter
- Delegates to the
Log.isWarnEnabled()
method of the underlying
Log
instance.
- isWarnEnabled() -
Method in class org.slf4j.impl.JDK14LoggerAdapter
- Is this logger instance enabled for the WARNING level?
- isWarnEnabled() -
Method in class org.slf4j.impl.Log4jLoggerAdapter
- Is this logger instance enabled for the WARN level?
- isWarnEnabled() -
Method in class org.slf4j.impl.NOPLogger
- Always returns false.
- isWarnEnabled() -
Method in class org.slf4j.impl.SimpleLogger
- Always returns true.
- isWarnEnabled() -
Method in interface org.slf4j.Logger
- Is the logger instance enabled for the WARN level?
- isWarnEnabled(Marker) -
Method in interface org.slf4j.Logger
- Similar to
Logger.isWarnEnabled()
method except that the marker
data is also taken into consideration.
- iterator() -
Method in class org.slf4j.helpers.BasicMarker
-
- iterator() -
Method in interface org.slf4j.Marker
- Returns an Iterator which can be used to iterate over the
children of this marker.
org.apache.commons.logging.Log
in conformance with the Logger
interface.ILoggerFactory
returning the
appropriately named JCLLoggerAdapter
instance.java.util.logging.Logger
in
conformity with the Logger
interface.ILoggerFactory
returning
the appropriately named JDK14LoggerAdapter
instance.OFF
, FATAL
, ERROR
,
WARN
, INFO
DEBUG and
ALL
.org.apache.log4j.Logger
in conformance with the Logger
interface.ILoggerFactory
returning
the appropriate named Log4jLoggerAdapter
instance.Log
implementation
class.
LogFactory
or Log
instance cannot be created by the corresponding
factory methods.null
as its detail message.
Log
instances, which always delegates to an instance of
SLF4JLogFactory
.LoggerFactory
is a utility class producing Loggers for
various logging APIs, most notably for log4j, logback and JDK 1.4 logging.LoggerFactory
class bind with the appropriate ILoggerFactory
instance.Marker
instances as
appropriate for the logging system currently in use.MarkerFactory
class bind with the appropriate IMarkerFactory
instance.Logger
.ILoggerFactory
which always returns the unique instance of
NOPLogger.MDCAdapter
interface.OFF
has the highest possible rank and is
intended to turn off logging.
org.slf4j
package.Level
class instead.val
parameter) as identified with
the key
parameter into the current thread's context map.
val
parameter) as identified with
the key
parameter into the current thread's context map.
val
parameter) as identified with
the key
parameter into the current thread's context map.
Log
instances returned by this factory.
Log
instances
returned by this factory.
LogFactory
instances that have been associated with the specified class loader (if
any), after calling the instance method release()
on each of
them.
LogFactory
instances, after calling the instance method release()
on
each of them.
key
parameter using
the underlying system's MDC implementation.
key
parameter.
System.err).- SimpleLoggerFactory - Class in org.slf4j.impl
- An implementation of
ILoggerFactory
which always returns
SimpleLogger
instances. - SimpleLoggerFactory() -
Constructor for class org.slf4j.impl.SimpleLoggerFactory
-
- simpleLogProps -
Static variable in class org.apache.commons.logging.impl.SimpleLog
- Properties loaded from simplelog.properties
- SINGLETON -
Static variable in class org.slf4j.impl.StaticLoggerBinder
- The unique instance of this class.
- SINGLETON -
Static variable in class org.slf4j.impl.StaticMarkerBinder
- The unique instance of this class.
- SINGLETON -
Static variable in class org.slf4j.impl.StaticMDCBinder
- The unique instance of this class.
- SLF4JLocationAwareLog - Class in org.apache.commons.logging.impl
- Implementation of
org.apache.commons.logging.Log
interface which
delegates all processing to a wrapped org.slf4j.Logger
instance. - SLF4JLog - Class in org.apache.commons.logging.impl
- Implementation of
org.apache.commons.logging.Log
interface which
delegates all processing to a wrapped org.slf4j.Logger
instance. - SLF4JLogFactory - Class in org.apache.commons.logging.impl
-
Concrete subclass of
LogFactory
which always delegates to the
org.slf4j.LoggerFactory
class. - SLF4JLogFactory() -
Constructor for class org.apache.commons.logging.impl.SLF4JLogFactory
- Public no-arguments constructor required by the lookup mechanism.
- StaticLoggerBinder - Class in org.slf4j.impl
- The binding of
LoggerFactory
class with an actual instance of
ILoggerFactory
is performed using information returned by this class. - StaticMarkerBinder - Class in org.slf4j.impl
- The binding of
MarkerFactory
class with an actual instance of
IMarkerFactory
is performed using information returned by this class. - StaticMDCBinder - Class in org.slf4j.impl
- This class is only a stub.
- systemPrefix -
Static variable in class org.apache.commons.logging.impl.SimpleLog
- All system properties used by
SimpleLog
start with this
toLevel(String)
method instead.
toLevel(int)
method instead.
toLevel(int, Level)
method instead.
toLevel(String, Level)
method instead.
org.slf4j.Logger
instance.
org.slf4j.Logger
instance.
org.slf4j.Logger
instance.
org.slf4j.Logger
instance.
Logger
method of logback,
in addition, the call is marked with a marker named "TRACE".
Logger
method of logback in addition, the call is marked with a marker named "TRACE".
Logger
method of logback in addition, the call is marked with a marker named "TRACE".
Logger
method of logback in addition, the call is marked with a marker named "TRACE".
TRACE
Level designates finer-grained
informational events than the DEBUG
trace(Marker, String) -
Method in class org.slf4j.helpers.MarkerIgnoringBase
Log.trace(java.lang.Object)
method of the underlying
Log
instance.
Log.trace(java.lang.Object)
method of the underlying
Log
instance.
Log.trace(java.lang.Object)
method of the underlying
Log
instance.
Log.trace(java.lang.Object)
method of the underlying
Log
instance.
Log.trace(java.lang.Object, java.lang.Throwable)
method of
the underlying Log
instance.
Logger.trace(String, Object)
method except that the
marker data is also taken into consideration.
Logger.trace(String, Object, Object)
method except that the marker data is also taken into
consideration.
Logger.trace(String, Object[])
method except that the marker data is also taken into
consideration.
Logger.trace(String, Throwable)
method except that the
marker data is also taken into consideration.
org.slf4j.Logger
instance.
org.slf4j.Logger
instance.
org.slf4j.Logger
instance.
org.slf4j.Logger
instance.
Logger
method of logback.
Logger
method of logback.
Logger
method of logback.
Logger
method of logback.
WARN
level designates potentially harmful situations.
WARN
instead.
Log.warn(java.lang.Object)
method of the underlying
Log
instance.
Log.warn(java.lang.Object)
method of the underlying
Log
instance.
Log.warn(java.lang.Object)
method of the underlying
Log
instance.
Log.warn(java.lang.Object)
method of the underlying
Log
instance.
Log.warn(java.lang.Object, java.lang.Throwable)
method of
the underlying Log
instance.
Logger.warn(String, Object)
method except that the
marker data is also taken into consideration.
Logger.warn(String, Object, Object)
method except that the marker data is also taken into
consideration.
Logger.warn(String, Object[])
method except that the marker data is also taken into
consideration.
Logger.warn(String, Throwable)
method
except that the marker data is also taken into consideration.
StringBuffer
to the appropriate output destination.
|
SLF4J API Version 1.4.3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |