|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
LogEntry
objects.
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.
assertion
parameter is false
, then
logs msg
as an error
statement.
Marker
interface.IMarkerFactory
interface which creates BasicMarker
instances.BasicMarkerFactory
instances.
Logger
subclass.System.out
or
System.err
using a layout specified by the user.val
a String parameter to an object of a
given type.
DEBUG
level including the
stack trace of the Throwable
t
passed as parameter.
DEBUG
Level designates fine-grained
informational events that are most useful to debug an
application.
DEBUG
level with message formatting
done according to the value of messagePattern
and
arg
parameters.
DEBUG
level with message formatting
done according to the messagePattern and the arguments arg1 and arg2.
Level.DEBUG
instead.
Slf4jLogger.debug(String, Object)
method except that the
marker data is also taken into consideration.
Slf4jLogger.debug(String, Object, Object)
method except that the marker data is also taken into
consideration.
Slf4jLogger.debug(String, Object[])
method except that the marker data is also taken into
consideration.
Slf4jLogger.debug(String, Throwable)
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, 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.
Appender
specific way.
ERROR
level including the
stack trace of the Throwable
t
passed as parameter.
ERROR
level designates error events that
might still allow the application to continue running.
ERROR
level with message formatting
done according to the value of messagePattern
and
arg
parameters.
ERROR
level with message formatting
done according to the messagePattern and the arguments arg1 and arg2.
Level.ERROR
instead.
Slf4jLogger.error(String, Object)
method except that the
marker data is also taken into consideration.
Slf4jLogger.error(String, Object, Object)
method except that the marker data is also taken into
consideration.
Slf4jLogger.error(String, Object[])
method except that the marker data is also taken into
consideration.
Slf4jLogger.error(String, Throwable)
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, 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.
LogFactory
implementation class to use, if no other can be found.
FATAL
level including the
stack trace of the Throwable
t
passed as parameter.
FATAL
level designates very severe error
events that will presumably lead the application to abort.
FATAL
level with message formatting
done according to the messagePattern and the arguments arg1 and arg2.
FATAL
level with message formatting
done according to the value of messagePattern
and
arg
parameters.
Level.FATAL
instead.
MessageFormatter
.key
parameter.
key
parameter.
key
parameter.
key
parameter.
null
if there is no such attribute.
null
if there is no such attribute.
LogEntry
object.
LogEntry
object.
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.
Log
instance,
using the factory's current set of configuration attributes.
getInstance(String)
with it.
Logger.getLogger(String)
instead.
Logger.getLogger(Class)
instead.
Set
of String
s The
returned value can be null.
LogEntry
object.
Enumeration
of all LogEntry
objects in
the log.
getLogger(clazz.getName())
.
getLogger( String name )
and the
LoggerFactory is ignored.
Logger
instance as specified by the
name
parameter.
Logger
instance as specified by the
name
parameter.
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.
LogEntry
object.
Logger
instance.
Logger
instance.
ServiceReference
object for the service associated
with this LogEntry
object.
currentTimeMillis()
at the time this
LogEntry
object was created.
Marker.hasReferences()
.
Hashtable
used to store
classloaders to be substituted by an alternative implementation.
ILoggerFactory
instances manufacture Logger
instances by name.Marker
instances.INFO
level including the stack
trace of the Throwable
t
passed as parameter.
INFO
level designates informational messages
that highlight the progress of the application at coarse-grained
level.
INFO
level with message formatting
done according to the value of messagePattern
and
arg
parameters.
INFO
level with message formatting
done according to the messagePattern and the arguments arg1 and arg2.
Level.INFO
instead.
Slf4jLogger.info(String, Object)
method except that the
marker data is also taken into consideration.
Slf4jLogger.info(String, Object, Object)
method except that the marker data is also taken into
consideration.
Slf4jLogger.info(String, Object[])
method except that the marker data is also taken into
consideration.
Slf4jLogger.info(String, Throwable)
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, 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.
Introspector
to computer setters of object to be
configured.
DEBUG
Level.
Slf4jLogger.isDebugEnabled()
method except that the
marker data is also taken into account.
Logger.isDebugEnabled()
method except that the
marker data is also taken into account.
Level
passed as parameter.
Slf4jLogger.isErrorEnabled()
method except that the
marker data is also taken into consideration.
Logger.isErrorEnabled()
method except that the
marker data is also taken into consideration.
true
if this level has a higher or equal
level than the level passed as argument, false
otherwise.
true
if this level has a higher or equal
level than the level passed as argument, false
otherwise.
Slf4jLogger.isInfoEnabled()
method except that the marker
data is also taken into consideration.
Logger.isInfoEnabled()
method except that the marker
data is also taken into consideration.
Slf4jLogger.isTraceEnabled()
method except that the
marker data is also taken into account.
Logger.isTraceEnabled()
method except that the
marker data is also taken into account.
Slf4jLogger.isWarnEnabled()
method except that the marker
data is also taken into consideration.
Logger.isWarnEnabled()
method except that the marker
data is also taken into consideration.
OFF
, FATAL
, ERROR
,
WARN
, INFO
DEBUG and
ALL
.ServiceReference
object.
ServiceReference
object.
LogFactory
or Log
instance cannot be created by the corresponding
factory methods.null
as its detail message.
LogFactory
or Log
instance cannot be created by the corresponding
factory methods.null
as its detail message.
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.LogEntry
objects from the LogReaderService
.LogEntry
objects from the log.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.MDCAdapter
interface.OFF
has the highest possible rank and is
intended to turn off logging.
org.slf4j
package.NDC
class except that it is
based on a map instead of a stack.Level
class instead.o
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.
val
parameter) as identified with
the key
parameter into the current thread's context map.
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.
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.
LogFactory
instances, after calling the instance method release()
on
each of them.
key
parameter.
key
parameter.
key
parameter using
the underlying system's MDC implementation.
key
parameter.
LogEntry
objects.
System.out
or not.
prefix
passed as parameter.
PropertyDescriptor
.
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.ILoggerFactory
which always returns the unique instance of NOPLogger.ThreadLocalMap
extends InheritableThreadLocal
to bequeath a copy of the hashtable of the MDC of the parent
thread.Level.toLevel(String)
method instead.
Level.toLevel(int)
method instead.
Level.toLevel(int,Level)
method instead.
Level.toLevel(String,Level)
method instead.
TRACE
Level designates finer-grained
informational events than the DEBUG
trace(Object) -
Method in class org.apache.log4j.Logger
TRACE
level including the
stack trace of the Throwable
t
passed as parameter.
TRACE
level with message formatting
done according to the value of messagePattern
and
arg
parameters.
TRACE
level with message formatting
done according to the messagePattern and the arguments arg1 and arg2.
Slf4jLogger.trace(String, Object)
method except that the
marker data is also taken into consideration.
Slf4jLogger.trace(String, Object, Object)
method except that the marker data is also taken into
consideration.
Slf4jLogger.trace(String, Object[])
method except that the marker data is also taken into
consideration.
Slf4jLogger.trace(String, Throwable)
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, 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.
WARN
level including the stack trace
of the Throwable
t
passed as parameter.
WARN
level designates potentially harmful situations.
WARN
level with message formatting
done according to the value of messagePattern
and
arg
parameters.
WARN
level with message formatting
done according to the messagePattern and the arguments arg1 and arg2.
Level.WARN
instead.
Slf4jLogger.warn(String, Object)
method except that the
marker data is also taken into consideration.
Slf4jLogger.warn(String, Object, Object)
method except that the marker data is also taken into
consideration.
Slf4jLogger.warn(String, Object[])
method except that the marker data is also taken into
consideration.
Slf4jLogger.warn(String, Throwable)
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, 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.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |