|
||||||||||
| 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.apache.log4j.Logger class by delegation of all calls
to a org.slf4j.Logger.Logger instance.org.slf4j.Logger instance.
org.slf4j.Logger instance.
org.slf4j.Logger instance.
org.slf4j.Logger instance.
Logger.debug(String) method of
SLF4J.
Logger.debug(String,Throwable)
method in SLF4J.
DEBUG Level designates fine-grained
informational events that are most useful to debug an
application.
Level.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.error(String)
method in SLF4J.
Logger.error(String,Throwable)
method in SLF4J.
ERROR level designates error events that
might still allow the application to continue running.
Level.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.error(String)
method in SLF4J.
Logger.error(String,Throwable)
method in SLF4J.
FATAL level designates very severe error
events that will presumably lead the application to abort.
Level.FATAL instead.
key parameter.
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.
IMarkerFactoryinstance 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.
Set of Strings
The returned value can be null.
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.
IMarkerFactoryinstance.
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.info(String)
method in SLF4J.
Logger.info(String,Throwable)
method in SLF4J.
INFO level designates informational messages
that highlight the progress of the application at coarse-grained
level.
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.isDebugEnabled() method in SLF4J
Log.isDebugEnabled() method of the underlying
Log instance.
Logger.isDebugEnabled() method except that the
marker data is also taken into account.
Category.isEnabledFor(Level).
org.slf4j.Logger instance.
org.slf4j.Logger instance.
Logger.isErrorEnabled() method in SLF4J
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.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?