|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Activator
implements a simple bundle that registers a
LogServiceFactory
for the creation of LogService
implementations.HierarchyEventListener
event to the repository.
ALL
has the lowest possible rank and is intended to
turn on all logging.
Marker
interface.IMarkerFactory
interface which creates BasicMarker
instances.BasicMarkerFactory
instances.
org.apache.log4j.Category
class (as found in log4j 1.2) by
delegation of all calls to a Logger
instance.LogLog.DEBUG_KEY
instead.
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...)
Logger.debug(String, Throwable)
method except that the
marker data is also taken into consideration.
System.out
.
org.apache.commons.logging.diagnostics.dest
) of
the property used to enable internal commons-logging diagnostic output, in
order to get information on what logging implementations are being
discovered, what classloaders they are loaded through, etc.
Appender
specific way.
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...)
Logger.error(String, Throwable)
method except that the marker data is also taken into
consideration.
LogFactory
instances, keyed by
the ClassLoader
with which it was created.
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.
MessageFormatter
.key
parameter.
key
parameter.
key
parameter.
null
if there is no such attribute.
null
if there is no such attribute.
ErrorHandler
for this appender.
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.
Set
of String
s The
returned value can be null.
Level
, if any, for this Category.
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.
Category.getLevel()
instead.
Marker.hasReferences()
.
Hashtable
used
to store classloaders to be substituted by an alternative implementation.
Hierarchy
.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...)
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.
debug
messages currently enabled?
Logger.isDebugEnabled()
method except that the
marker data is also taken into account.
org.slf4j.Logger
instance.
org.slf4j.Logger
instance.
Logger.isErrorEnabled()
method in SLF4J
Log.isErrorEnabled()
method of the underlying
Log
instance.
error
messages currently enabled?
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() -
Method in class org.slf4j.event.EventRecodingLogger
-
- isInfoEnabled(Marker) -
Method in class org.slf4j.event.EventRecodingLogger
-
- isInfoEnabled() -
Method in class org.slf4j.ext.LoggerWrapper
- Delegate to the appropriate method of the underlying logger.
- isInfoEnabled(Marker) -
Method in class org.slf4j.ext.LoggerWrapper
- Delegate to the appropriate method of the underlying logger.
- isInfoEnabled(Marker) -
Method in class org.slf4j.helpers.MarkerIgnoringBase
-
- isInfoEnabled() -
Method in class org.slf4j.helpers.NOPLogger
- Always returns false.
- isInfoEnabled() -
Method in class org.slf4j.helpers.SubstituteLogger
-
- isInfoEnabled(Marker) -
Method in class org.slf4j.helpers.SubstituteLogger
-
- 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.SimpleLogger
- Are
info
messages currently enabled?
- 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.
- isInstalled() -
Static method in class org.slf4j.bridge.SLF4JBridgeHandler
- Returns true if SLF4JBridgeHandler has been previously installed, returns false otherwise.
- isLevelEnabled(int) -
Method in class org.apache.commons.logging.impl.SimpleLog
- Is the given log level currently enabled?
- isLevelEnabled(int) -
Method in class org.slf4j.impl.SimpleLogger
- 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.Logger
- Delegates to
Logger.isTraceEnabled()
method of SLF4J.
- isTraceEnabled() -
Method in class org.slf4j.event.EventRecodingLogger
-
- isTraceEnabled(Marker) -
Method in class org.slf4j.event.EventRecodingLogger
-
- isTraceEnabled() -
Method in class org.slf4j.ext.LoggerWrapper
- Delegate to the appropriate method of the underlying logger.
- isTraceEnabled(Marker) -
Method in class org.slf4j.ext.LoggerWrapper
- Delegate to the appropriate method of the underlying logger.
- isTraceEnabled(Marker) -
Method in class org.slf4j.helpers.MarkerIgnoringBase
-
- isTraceEnabled() -
Method in class org.slf4j.helpers.NOPLogger
- Always returns false.
- isTraceEnabled() -
Method in class org.slf4j.helpers.SubstituteLogger
-
- isTraceEnabled(Marker) -
Method in class org.slf4j.helpers.SubstituteLogger
-
- 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.SimpleLogger
- Are
trace
messages currently enabled?
- 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 tob
Logger.isWarnEnabled()
method in SLF4J
- isWarnEnabled() -
Method in class org.slf4j.event.EventRecodingLogger
-
- isWarnEnabled(Marker) -
Method in class org.slf4j.event.EventRecodingLogger
-
- isWarnEnabled() -
Method in class org.slf4j.ext.LoggerWrapper
-
- isWarnEnabled(Marker) -
Method in class org.slf4j.ext.LoggerWrapper
- Delegate to the appropriate method of the underlying logger.
- isWarnEnabled(Marker) -
Method in class org.slf4j.helpers.MarkerIgnoringBase
-
- isWarnEnabled() -
Method in class org.slf4j.helpers.NOPLogger
- Always returns false.
- isWarnEnabled() -
Method in class org.slf4j.helpers.SubstituteLogger
-
- isWarnEnabled(Marker) -
Method in class org.slf4j.helpers.SubstituteLogger
-
- 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.SimpleLogger
- Are
warn
messages currently enabled?
- 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 references 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
.LoggerFactory
producing
LocLogger
instances.org.apache.log4j.Logger
in
conforming to 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
.org.apache.log4j.Logger
class (as found in log4j 1.2)
delegating all calls to a Logger
instance.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.LoggerRepository
is used to create and retrieve
Loggers
.Logger
instance preserving
location information if the wrapped instance supports it.org.apache.log4j.LogManager
class (as found in log4j 1.2)
delegating all calls to SLF4J.LogServiceFactory
creates LogService implementations.LogServiceImpl
is a simple OSGi LogService implementation that delegates to a slf4j
Logger.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.Configurator.INHERITED
.
OFF
has the highest possible rank and is
intended to turn off logging.
org.slf4j
package.Level
class instead.priority
) of the key in the config file used to
specify the priority of that particular config file.
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 diagnostic 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 diagnostic 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.
key
parameter using
the underlying system's MDC implementation.
key
parameter.
LoggerFactory
initialization phase is completed.
ErrorHandler
for this appender.
Layout
for this appender.
LoggerRepository.setThreshold(Level)
accepting a string
parameter instead of a Level
.
Logger
that sends all enabled log messages,
for all defined loggers, to the console (System.err
).ILoggerFactory
which always returns
SimpleLogger
instances.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.BundleActivator.start()
to register a
LogServiceFactory.
LoggerFactory
class with an actual instance of
ILoggerFactory
is performed using information returned by this class.MarkerFactory
class with an actual instance of
IMarkerFactory
is performed using information returned by this class.BundleActivator.stop()
.
SubstituteLogger
.SimpleLogger
start with this prefix
SimpleLog
start with this
use_tccl
) of the key in the config file used to
specify whether logging classes should be loaded via the thread context
class loader (TCCL), or not.
Profiler
and StopWatch
classes.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.
TRACE
Level designates finer-grained
informational events than the DEBUG
trace(Object) -
Method in class org.apache.log4j.Logger
Logger.trace(String)
method in SLF4J.
Logger.trace(String,Throwable)
method in SLF4J.
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...)
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.warn(String)
method in SLF4J.
Logger.warn(String,Throwable)
method in
SLF4J.
WARN
level designates potentially harmful situations.
Level.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...)
Logger.warn(String, Throwable)
method
except that the marker data is also taken into consideration.
StringBuffer
to the appropriate output destination.
LoggerFactory
producing XLogger
instances.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |