|
|||||||||||
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.DEBUG
Level designates fine-grained
informational events that are most useful to debug an
application.
Level.DEBUG
instead.
org.slf4j.Logger
instance.
org.slf4j.Logger
instance.
org.slf4j.Logger
instance.
org.slf4j.Logger
instance.
ch.qos.logback.classic.Logger#debug(String)
method of
logback.
ch.qos.logback.classic.Logger#debug(String,Throwable)
method of logback.
ch.qos.logback.classic.Logger#debug(String,Object)
method of logback.
ch.qos.logback.classic.Logger#debug(String,Object,Object)
method of logback.
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.
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.
ERROR
level designates error events that
might still allow the application to continue running.
Level.ERROR
instead.
org.slf4j.Logger
instance.
org.slf4j.Logger
instance.
org.slf4j.Logger
instance.
org.slf4j.Logger
instance.
ch.qos.logback.classic.Logger#error(String)
method of logback.
ch.qos.logback.classic.Logger#error(String,Throwable)
method of logback.
ch.qos.logback.classic.Logger#error(String,Object)
method of logback.
ch.qos.logback.classic.Logger#error(String,Object,Object)
method of logback.
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.
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.
LogFactory
implementation class to use, if no other can be found.
FATAL
level designates very severe error
events that will presumably lead the application to abort.
Level.FATAL
instead.
org.slf4j.Logger
instance.
org.slf4j.Logger
instance.
org.slf4j.Logger
instance.
org.slf4j.Logger
instance.
ch.qos.logback.classic.Logger#error(String)
method of logback.
ch.qos.logback.classic.Logger#error(String,Throwable)
method of logback in addition, the call is marked with a marker named "FATAL".
ch.qos.logback.classic.Logger#error(String,Object)
method of logback in addition, the call is marked with a marker named "FATAL".
ch.qos.logback.classic.Logger#error(String,Object,Object)
method of logback in addition, the call is marked with a marker named "FATAL".
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.
ILoggerFactory
instance.
ILoggerFactory
instance.
SimpleLogger
instance by name.
ILoggerFactory
that
LoggerFactory
class should bind to.
ILoggerFactory
object that this
LoggerFactoryBinder
instance is intended to return.
StaticMDCBinder
.
Marker
instance by name.
IMarkerFactory
instance.
BasicMarker
instance by name.
BasicMarkerFactory
.
IMarkerFactory
that
MarkerFactory
class should bind to.
BasicMarkerFactory
.
IMarkerFactory
object that this
MarkerFactoryBinder
instance is intended to return.
Logger
instance.
ILoggerFactory
instances manufacture Logger
instances by name.Marker
instances.INFO
level designates informational messages
that highlight the progress of the application at coarse-grained
level.
Level.INFO
instead.
org.slf4j.Logger
instance.
org.slf4j.Logger
instance.
org.slf4j.Logger
instance.
org.slf4j.Logger
instance.
ch.qos.logback.classic.Logger#info(String)
method of logback.
ch.qos.logback.classic.Logger#info(String,Throwable)
method of logback.
ch.qos.logback.classic.Logger#info(String,Object)
method of logback.
ch.qos.logback.classic.Logger#info(String,Object,Object)
method of logback.
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.
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.
org.slf4j.Logger
instance.
org.slf4j.Logger
instance.
ch.qos.logback.classic.Logger#isDebugEnabled
method of logback
Logger.isDebugEnabled()
method except that the
marker data is also taken into account.
Log.isDebugEnabled()
method of the underlying
Log
instance.
org.slf4j.Logger
instance.
org.slf4j.Logger
instance.
ch.qos.logback.classic.Logger#isErrorEnabled
method of logback
Logger.isErrorEnabled()
method except that the
marker data is also taken into consideration.
Log.isErrorEnabled()
method of the underlying
Log
instance.
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 class org.apache.commons.logging.impl.SimpleLog
- Are fatal messages 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 interface org.apache.commons.logging.Log
- Is info logging currently enabled?
- isInfoEnabled() -
Method in class org.apache.commons.logging.impl.NoOpLog
- Info is never 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 class org.apache.commons.logging.impl.SimpleLog
- Are info messages currently enabled?
- isInfoEnabled() -
Method in class org.apache.log4j.Category
- Delegates to
ch.qos.logback.classic.Logger#isInfoEnabled
method of logback
- 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.
- 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.
- isLevelEnabled(int) -
Method in class org.apache.commons.logging.impl.SimpleLog
- Is the given log level currently enabled?
- isTraceEnabled() -
Method in interface org.apache.commons.logging.Log
- Is trace logging 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.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 class org.apache.commons.logging.impl.SimpleLog
- Are trace messages currently enabled?
- isTraceEnabled() -
Method in class org.apache.log4j.Category
- Delegates to
ch.qos.logback.classic.Logger#isTraceEnabled
method of logback.
- 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.
- 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.
- isWarnEnabled() -
Method in interface org.apache.commons.logging.Log
- Is warn logging currently enabled?
- isWarnEnabled() -
Method in class org.apache.commons.logging.impl.NoOpLog
- Warn is never 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 class org.apache.commons.logging.impl.SimpleLog
- Are warn messages currently enabled?
- isWarnEnabled() -
Method in class org.apache.log4j.Category
- Delegates to
ch.qos.logback.classic.Logger#isWarnEnabled
method of logback
- 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.
- 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.
- iterator() -
Method in interface org.slf4j.Marker
- Returns an Iterator which can be used to iterate over the
children of this marker.
- iterator() -
Method in class org.slf4j.helpers.BasicMarker
-
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.Log
implementation
class.
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.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.
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.
Log
instances returned by this factory.
LogFactory
instances, after calling the instance method release()
on
each of them.
key
parameter using
the underlying system's MDC implementation.
key
parameter.
org.apache.commons.logging.Log
interface which
delegates all processing to a wrapped org.slf4j.Logger
instance.org.apache.commons.logging.Log
interface which
delegates all processing to a wrapped org.slf4j.Logger
instance.LogFactory
which always delegates to the
org.slf4j.LoggerFactory
class.System.err).- SimpleLoggerFactory - class org.slf4j.impl.SimpleLoggerFactory.
- An implementation of
ILoggerFactory
which always returns
SimpleLogger
instances. - SimpleLoggerFactory() -
Constructor for class org.slf4j.impl.SimpleLoggerFactory
-
- StaticLoggerBinder - class org.slf4j.impl.StaticLoggerBinder.
- The binding of
LoggerFactory
class with an actual instance of
ILoggerFactory
is performed using information returned by this class. - StaticMDCBinder - class org.slf4j.impl.StaticMDCBinder.
- This class is only a stub.
- StaticMarkerBinder - class org.slf4j.impl.StaticMarkerBinder.
- The binding of
MarkerFactory
class with an actual instance of
IMarkerFactory
is performed using information returned by this class. - setAttribute(String, Object) -
Method in class org.apache.commons.logging.LogFactory
- Set the configuration attribute with the specified name.
- setAttribute(String, Object) -
Method in class org.apache.commons.logging.impl.SLF4JLogFactory
- Set the configuration attribute with the specified name.
- setLevel(int) -
Method in class org.apache.commons.logging.impl.SimpleLog
- Set logging level.
- showDateTime -
Static variable in class org.apache.commons.logging.impl.SimpleLog
- Include the current time in the log message
- showLogName -
Static variable in class org.apache.commons.logging.impl.SimpleLog
- Include the instance name in the log message?
- showShortName -
Static variable in class org.apache.commons.logging.impl.SimpleLog
- Include the short name ( last component ) of the logger in the log
message.
- simpleLogProps -
Static variable in class org.apache.commons.logging.impl.SimpleLog
- Properties loaded from simplelog.properties
- systemPrefix -
Static variable in class org.apache.commons.logging.impl.SimpleLog
- All system properties used by
SimpleLog
start with this
TRACE
Level designates finer-grained
informational events than the DEBUG
TRACE_INT -
Static variable in class org.apache.log4j.Level
Level.toLevel(String)
method instead.
Level.toLevel(int)
method instead.
Level.toLevel(int, Level)
method instead.
Level.toLevel(String, Level)
method instead.
org.slf4j.Logger
instance.
org.slf4j.Logger
instance.
org.slf4j.Logger
instance.
org.slf4j.Logger
instance.
ch.qos.logback.classic.Logger#debug(String)
method of logback,
in addition, the call is marked with a marker named "TRACE".
ch.qos.logback.classic.Logger#debug(String,Throwable)
method of logback in addition, the call is marked with a marker named "TRACE".
ch.qos.logback.classic.Logger#debug(String,Object)
method of logback in addition, the call is marked with a marker named "TRACE".
ch.qos.logback.classic.Logger#debug(String,Object,Object)
method of logback in addition, the call is marked with a marker named "TRACE".
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.
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.
WARN
level designates potentially harmful situations.
Level.WARN
instead.
org.slf4j.Logger
instance.
org.slf4j.Logger
instance.
org.slf4j.Logger
instance.
org.slf4j.Logger
instance.
ch.qos.logback.classic.Logger#warn(String)
method of logback.
ch.qos.logback.classic.Logger#warn(String,Throwable)
method of logback.
ch.qos.logback.classic.Logger#warn(String,Object)
method of logback.
ch.qos.logback.classic.Logger#warn(String,Object,Object)
method of logback.
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.
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.
StringBuffer
to the appropriate output destination.
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |