Class Logger
- All Implemented Interfaces:
AppenderAttachable<ILoggingEvent>
,Serializable
,Logger
,LocationAwareLogger
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Deprecated.The fully qualified name of this class.Fields inherited from interface org.slf4j.spi.LocationAwareLogger
DEBUG_INT, ERROR_INT, INFO_INT, TRACE_INT, WARN_INT
Fields inherited from interface org.slf4j.Logger
ROOT_LOGGER_NAME
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAppender
(Appender<ILoggingEvent> newAppender) Deprecated.Add an appender.void
callAppenders
(ILoggingEvent event) Deprecated.Invoke all the appenders of this logger.void
Deprecated.Log a message at the DEBUG level.void
Deprecated.Log a message at the DEBUG level according to the specified format and argument.void
Deprecated.Log a message at the DEBUG level according to the specified format and arguments.void
Deprecated.Log a message at the DEBUG level according to the specified format and arguments.void
Deprecated.Log an exception (throwable) at the DEBUG level with an accompanying message.void
Deprecated.Log a message with the specific Marker at the DEBUG level.void
Deprecated.This method is similar toLogger.debug(String, Object)
method except that the marker data is also taken into consideration.void
Deprecated.This method is similar toLogger.debug(String, Object...)
method except that the marker data is also taken into consideration.void
Deprecated.This method is similar toLogger.debug(String, Object, Object)
method except that the marker data is also taken into consideration.void
Deprecated.This method is similar toLogger.debug(String, Throwable)
method except that the marker data is also taken into consideration.void
Deprecated.Remove all previously added appenders from this logger instance.boolean
detachAppender
(Appender<ILoggingEvent> appender) Deprecated.Remove the appender passed as parameter form the list of appenders.boolean
detachAppender
(String name) Deprecated.Detach the appender with the name passed as parameter from the list of appenders.void
Deprecated.Log a message at the ERROR level.void
Deprecated.Log a message at the ERROR level according to the specified format and argument.void
Deprecated.Log a message at the ERROR level according to the specified format and arguments.void
Deprecated.Log a message at the ERROR level according to the specified format and arguments.void
Deprecated.Log an exception (throwable) at the ERROR level with an accompanying message.void
Deprecated.Log a message with the specific Marker at the ERROR level.void
Deprecated.This method is similar toLogger.error(String, Object)
method except that the marker data is also taken into consideration.void
Deprecated.This method is similar toLogger.error(String, Object...)
method except that the marker data is also taken into consideration.void
Deprecated.This method is similar toLogger.error(String, Object, Object)
method except that the marker data is also taken into consideration.void
Deprecated.This method is similar toLogger.error(String, Throwable)
method except that the marker data is also taken into consideration.getAppender
(String name) Deprecated.Get an appender by name.Deprecated.getLevel()
Deprecated.Deprecated.Return the context for this logger.getName()
Deprecated.Return the name of thisLogger
instance.void
Deprecated.Log a message at the INFO level.void
Deprecated.Log a message at the INFO level according to the specified format and argument.void
Deprecated.Log a message at the INFO level according to the specified format and arguments.void
Deprecated.Log a message at the INFO level according to the specified format and arguments.void
Deprecated.Log an exception (throwable) at the INFO level with an accompanying message.void
Deprecated.Log a message with the specific Marker at the INFO level.void
Deprecated.This method is similar toLogger.info(String, Object)
method except that the marker data is also taken into consideration.void
Deprecated.This method is similar toLogger.info(String, Object...)
method except that the marker data is also taken into consideration.void
Deprecated.This method is similar toLogger.info(String, Object, Object)
method except that the marker data is also taken into consideration.void
Deprecated.This method is similar toLogger.info(String, Throwable)
method except that the marker data is also taken into consideration.boolean
Deprecated.boolean
isAttached
(Appender<ILoggingEvent> appender) Deprecated.Returnstrue
if the specified appender is in list of attached attached,false
otherwise.boolean
Deprecated.Is the logger instance enabled for the DEBUG level?boolean
isDebugEnabled
(Marker marker) Deprecated.Similar toLogger.isDebugEnabled()
method except that the marker data is also taken into account.boolean
isEnabledFor
(Level level) Deprecated.boolean
isEnabledFor
(Marker marker, Level level) Deprecated.boolean
Deprecated.Is the logger instance enabled for the ERROR level?boolean
isErrorEnabled
(Marker marker) Deprecated.Similar toLogger.isErrorEnabled()
method except that the marker data is also taken into consideration.boolean
Deprecated.Is the logger instance enabled for the INFO level?boolean
isInfoEnabled
(Marker marker) Deprecated.Similar toLogger.isInfoEnabled()
method except that the marker data is also taken into consideration.boolean
Deprecated.Is the logger instance enabled for the TRACE level?boolean
isTraceEnabled
(Marker marker) Deprecated.Similar toLogger.isTraceEnabled()
method except that the marker data is also taken into account.boolean
Deprecated.Is the logger instance enabled for the WARN level?boolean
isWarnEnabled
(Marker marker) Deprecated.Similar toLogger.isWarnEnabled()
method except that the marker data is also taken into consideration.Deprecated.Get an iterator for appenders contained in the parent object.void
log
(LoggingEvent slf4jEvent) Deprecated.Support SLF4J interception during initialization as introduced in SLF4J version 1.7.15void
Deprecated.Printing method with support for location information.void
setAdditive
(boolean additive) Deprecated.void
Deprecated.toString()
Deprecated.void
Deprecated.Log a message at the TRACE level.void
Deprecated.Log a message at the TRACE level according to the specified format and argument.void
Deprecated.Log a message at the TRACE level according to the specified format and arguments.void
Deprecated.Log a message at the TRACE level according to the specified format and arguments.void
Deprecated.Log an exception (throwable) at the TRACE level with an accompanying message.void
Deprecated.Log a message with the specific Marker at the TRACE level.void
Deprecated.This method is similar toLogger.trace(String, Object)
method except that the marker data is also taken into consideration.void
Deprecated.This method is similar toLogger.trace(String, Object...)
method except that the marker data is also taken into consideration.void
Deprecated.This method is similar toLogger.trace(String, Object, Object)
method except that the marker data is also taken into consideration.void
Deprecated.This method is similar toLogger.trace(String, Throwable)
method except that the marker data is also taken into consideration.void
Deprecated.Log a message at the WARN level.void
Deprecated.Log a message at the WARN level according to the specified format and argument.void
Deprecated.Log a message at the WARN level according to the specified format and arguments.void
Deprecated.Log a message at the WARN level according to the specified format and arguments.void
Deprecated.Log an exception (throwable) at the WARN level with an accompanying message.void
Deprecated.Log a message with the specific Marker at the WARN level.void
Deprecated.This method is similar toLogger.warn(String, Object)
method except that the marker data is also taken into consideration.void
Deprecated.This method is similar toLogger.warn(String, Object...)
method except that the marker data is also taken into consideration.void
Deprecated.This method is similar toLogger.warn(String, Object, Object)
method except that the marker data is also taken into consideration.void
Deprecated.This method is similar toLogger.warn(String, Throwable)
method except that the marker data is also taken into consideration.
-
Field Details
-
FQCN
Deprecated.The fully qualified name of this class. Used in gathering caller information.
-
-
Method Details
-
getEffectiveLevel
Deprecated. -
getLevel
Deprecated. -
getName
Deprecated.Description copied from interface:Logger
Return the name of thisLogger
instance. -
setLevel
Deprecated. -
detachAndStopAllAppenders
public void detachAndStopAllAppenders()Deprecated.Remove all previously added appenders from this logger instance. This is useful when re-reading configuration information.- Specified by:
detachAndStopAllAppenders
in interfaceAppenderAttachable<ILoggingEvent>
-
detachAppender
Deprecated.Description copied from interface:AppenderAttachable
Detach the appender with the name passed as parameter from the list of appenders.- Specified by:
detachAppender
in interfaceAppenderAttachable<ILoggingEvent>
-
addAppender
Deprecated.Description copied from interface:AppenderAttachable
Add an appender.- Specified by:
addAppender
in interfaceAppenderAttachable<ILoggingEvent>
-
isAttached
Deprecated.Description copied from interface:AppenderAttachable
Returnstrue
if the specified appender is in list of attached attached,false
otherwise.- Specified by:
isAttached
in interfaceAppenderAttachable<ILoggingEvent>
-
iteratorForAppenders
Deprecated.Description copied from interface:AppenderAttachable
Get an iterator for appenders contained in the parent object.- Specified by:
iteratorForAppenders
in interfaceAppenderAttachable<ILoggingEvent>
-
getAppender
Deprecated.Description copied from interface:AppenderAttachable
Get an appender by name.- Specified by:
getAppender
in interfaceAppenderAttachable<ILoggingEvent>
-
callAppenders
Deprecated.Invoke all the appenders of this logger.- Parameters:
event
- The event to log
-
detachAppender
Deprecated.Remove the appender passed as parameter form the list of appenders.- Specified by:
detachAppender
in interfaceAppenderAttachable<ILoggingEvent>
-
trace
Deprecated.Description copied from interface:Logger
Log a message at the TRACE level. -
trace
Deprecated.Description copied from interface:Logger
Log a message at the TRACE level according to the specified format and argument.This form avoids superfluous object creation when the logger is disabled for the TRACE level.
-
trace
Deprecated.Description copied from interface:Logger
Log a message at the TRACE level according to the specified format and arguments.This form avoids superfluous object creation when the logger is disabled for the TRACE level.
-
trace
Deprecated.Description copied from interface:Logger
Log a message at the TRACE level according to the specified format and arguments.This form avoids superfluous string concatenation when the logger is disabled for the TRACE level. However, this variant incurs the hidden (and relatively small) cost of creating an
Object[]
before invoking the method, even if this logger is disabled for TRACE. The variants takingone
andtwo
arguments exist solely in order to avoid this hidden cost. -
trace
Deprecated.Description copied from interface:Logger
Log an exception (throwable) at the TRACE level with an accompanying message. -
trace
Deprecated.Description copied from interface:Logger
Log a message with the specific Marker at the TRACE level. -
trace
Deprecated.Description copied from interface:Logger
This method is similar toLogger.trace(String, Object)
method except that the marker data is also taken into consideration. -
trace
Deprecated.Description copied from interface:Logger
This method is similar toLogger.trace(String, Object, Object)
method except that the marker data is also taken into consideration. -
trace
Deprecated.Description copied from interface:Logger
This method is similar toLogger.trace(String, Object...)
method except that the marker data is also taken into consideration. -
trace
Deprecated.Description copied from interface:Logger
This method is similar toLogger.trace(String, Throwable)
method except that the marker data is also taken into consideration. -
isDebugEnabled
public boolean isDebugEnabled()Deprecated.Description copied from interface:Logger
Is the logger instance enabled for the DEBUG level?- Specified by:
isDebugEnabled
in interfaceLogger
- Returns:
- True if this Logger is enabled for the DEBUG level, false otherwise.
-
isDebugEnabled
Deprecated.Description copied from interface:Logger
Similar toLogger.isDebugEnabled()
method except that the marker data is also taken into account.- Specified by:
isDebugEnabled
in interfaceLogger
- Parameters:
marker
- The marker data to take into consideration- Returns:
- True if this Logger is enabled for the DEBUG level, false otherwise.
-
debug
Deprecated.Description copied from interface:Logger
Log a message at the DEBUG level. -
debug
Deprecated.Description copied from interface:Logger
Log a message at the DEBUG level according to the specified format and argument.This form avoids superfluous object creation when the logger is disabled for the DEBUG level.
-
debug
Deprecated.Description copied from interface:Logger
Log a message at the DEBUG level according to the specified format and arguments.This form avoids superfluous object creation when the logger is disabled for the DEBUG level.
-
debug
Deprecated.Description copied from interface:Logger
Log a message at the DEBUG level according to the specified format and arguments.This form avoids superfluous string concatenation when the logger is disabled for the DEBUG level. However, this variant incurs the hidden (and relatively small) cost of creating an
Object[]
before invoking the method, even if this logger is disabled for DEBUG. The variants takingone
andtwo
arguments exist solely in order to avoid this hidden cost. -
debug
Deprecated.Description copied from interface:Logger
Log an exception (throwable) at the DEBUG level with an accompanying message. -
debug
Deprecated.Description copied from interface:Logger
Log a message with the specific Marker at the DEBUG level. -
debug
Deprecated.Description copied from interface:Logger
This method is similar toLogger.debug(String, Object)
method except that the marker data is also taken into consideration. -
debug
Deprecated.Description copied from interface:Logger
This method is similar toLogger.debug(String, Object, Object)
method except that the marker data is also taken into consideration. -
debug
Deprecated.Description copied from interface:Logger
This method is similar toLogger.debug(String, Object...)
method except that the marker data is also taken into consideration. -
debug
Deprecated.Description copied from interface:Logger
This method is similar toLogger.debug(String, Throwable)
method except that the marker data is also taken into consideration. -
error
Deprecated.Description copied from interface:Logger
Log a message at the ERROR level. -
error
Deprecated.Description copied from interface:Logger
Log a message at the ERROR level according to the specified format and argument.This form avoids superfluous object creation when the logger is disabled for the ERROR level.
-
error
Deprecated.Description copied from interface:Logger
Log a message at the ERROR level according to the specified format and arguments.This form avoids superfluous object creation when the logger is disabled for the ERROR level.
-
error
Deprecated.Description copied from interface:Logger
Log a message at the ERROR level according to the specified format and arguments.This form avoids superfluous string concatenation when the logger is disabled for the ERROR level. However, this variant incurs the hidden (and relatively small) cost of creating an
Object[]
before invoking the method, even if this logger is disabled for ERROR. The variants takingone
andtwo
arguments exist solely in order to avoid this hidden cost. -
error
Deprecated.Description copied from interface:Logger
Log an exception (throwable) at the ERROR level with an accompanying message. -
error
Deprecated.Description copied from interface:Logger
Log a message with the specific Marker at the ERROR level. -
error
Deprecated.Description copied from interface:Logger
This method is similar toLogger.error(String, Object)
method except that the marker data is also taken into consideration. -
error
Deprecated.Description copied from interface:Logger
This method is similar toLogger.error(String, Object, Object)
method except that the marker data is also taken into consideration. -
error
Deprecated.Description copied from interface:Logger
This method is similar toLogger.error(String, Object...)
method except that the marker data is also taken into consideration. -
error
Deprecated.Description copied from interface:Logger
This method is similar toLogger.error(String, Throwable)
method except that the marker data is also taken into consideration. -
isInfoEnabled
public boolean isInfoEnabled()Deprecated.Description copied from interface:Logger
Is the logger instance enabled for the INFO level?- Specified by:
isInfoEnabled
in interfaceLogger
- Returns:
- True if this Logger is enabled for the INFO level, false otherwise.
-
isInfoEnabled
Deprecated.Description copied from interface:Logger
Similar toLogger.isInfoEnabled()
method except that the marker data is also taken into consideration.- Specified by:
isInfoEnabled
in interfaceLogger
- Parameters:
marker
- The marker data to take into consideration- Returns:
- true if this logger is warn enabled, false otherwise
-
info
Deprecated.Description copied from interface:Logger
Log a message at the INFO level. -
info
Deprecated.Description copied from interface:Logger
Log a message at the INFO level according to the specified format and argument.This form avoids superfluous object creation when the logger is disabled for the INFO level.
-
info
Deprecated.Description copied from interface:Logger
Log a message at the INFO level according to the specified format and arguments.This form avoids superfluous object creation when the logger is disabled for the INFO level.
-
info
Deprecated.Description copied from interface:Logger
Log a message at the INFO level according to the specified format and arguments.This form avoids superfluous string concatenation when the logger is disabled for the INFO level. However, this variant incurs the hidden (and relatively small) cost of creating an
Object[]
before invoking the method, even if this logger is disabled for INFO. The variants takingone
andtwo
arguments exist solely in order to avoid this hidden cost. -
info
Deprecated.Description copied from interface:Logger
Log an exception (throwable) at the INFO level with an accompanying message. -
info
Deprecated.Description copied from interface:Logger
Log a message with the specific Marker at the INFO level. -
info
Deprecated.Description copied from interface:Logger
This method is similar toLogger.info(String, Object)
method except that the marker data is also taken into consideration. -
info
Deprecated.Description copied from interface:Logger
This method is similar toLogger.info(String, Object, Object)
method except that the marker data is also taken into consideration. -
info
Deprecated.Description copied from interface:Logger
This method is similar toLogger.info(String, Object...)
method except that the marker data is also taken into consideration. -
info
Deprecated.Description copied from interface:Logger
This method is similar toLogger.info(String, Throwable)
method except that the marker data is also taken into consideration. -
isTraceEnabled
public boolean isTraceEnabled()Deprecated.Description copied from interface:Logger
Is the logger instance enabled for the TRACE level?- Specified by:
isTraceEnabled
in interfaceLogger
- Returns:
- True if this Logger is enabled for the TRACE level, false otherwise.
-
isTraceEnabled
Deprecated.Description copied from interface:Logger
Similar toLogger.isTraceEnabled()
method except that the marker data is also taken into account.- Specified by:
isTraceEnabled
in interfaceLogger
- Parameters:
marker
- The marker data to take into consideration- Returns:
- True if this Logger is enabled for the TRACE level, false otherwise.
-
isErrorEnabled
public boolean isErrorEnabled()Deprecated.Description copied from interface:Logger
Is the logger instance enabled for the ERROR level?- Specified by:
isErrorEnabled
in interfaceLogger
- Returns:
- True if this Logger is enabled for the ERROR level, false otherwise.
-
isErrorEnabled
Deprecated.Description copied from interface:Logger
Similar toLogger.isErrorEnabled()
method except that the marker data is also taken into consideration.- Specified by:
isErrorEnabled
in interfaceLogger
- Parameters:
marker
- The marker data to take into consideration- Returns:
- True if this Logger is enabled for the ERROR level, false otherwise.
-
isWarnEnabled
public boolean isWarnEnabled()Deprecated.Description copied from interface:Logger
Is the logger instance enabled for the WARN level?- Specified by:
isWarnEnabled
in interfaceLogger
- Returns:
- True if this Logger is enabled for the WARN level, false otherwise.
-
isWarnEnabled
Deprecated.Description copied from interface:Logger
Similar toLogger.isWarnEnabled()
method except that the marker data is also taken into consideration.- Specified by:
isWarnEnabled
in interfaceLogger
- Parameters:
marker
- The marker data to take into consideration- Returns:
- True if this Logger is enabled for the WARN level, false otherwise.
-
isEnabledFor
Deprecated. -
isEnabledFor
Deprecated. -
warn
Deprecated.Description copied from interface:Logger
Log a message at the WARN level. -
warn
Deprecated.Description copied from interface:Logger
Log an exception (throwable) at the WARN level with an accompanying message. -
warn
Deprecated.Description copied from interface:Logger
Log a message at the WARN level according to the specified format and argument.This form avoids superfluous object creation when the logger is disabled for the WARN level.
-
warn
Deprecated.Description copied from interface:Logger
Log a message at the WARN level according to the specified format and arguments.This form avoids superfluous object creation when the logger is disabled for the WARN level.
-
warn
Deprecated.Description copied from interface:Logger
Log a message at the WARN level according to the specified format and arguments.This form avoids superfluous string concatenation when the logger is disabled for the WARN level. However, this variant incurs the hidden (and relatively small) cost of creating an
Object[]
before invoking the method, even if this logger is disabled for WARN. The variants takingone
andtwo
arguments exist solely in order to avoid this hidden cost. -
warn
Deprecated.Description copied from interface:Logger
Log a message with the specific Marker at the WARN level. -
warn
Deprecated.Description copied from interface:Logger
This method is similar toLogger.warn(String, Object)
method except that the marker data is also taken into consideration. -
warn
Deprecated.Description copied from interface:Logger
This method is similar toLogger.warn(String, Object...)
method except that the marker data is also taken into consideration. -
warn
Deprecated.Description copied from interface:Logger
This method is similar toLogger.warn(String, Object, Object)
method except that the marker data is also taken into consideration. -
warn
Deprecated.Description copied from interface:Logger
This method is similar toLogger.warn(String, Throwable)
method except that the marker data is also taken into consideration. -
isAdditive
public boolean isAdditive()Deprecated. -
setAdditive
public void setAdditive(boolean additive) Deprecated. -
toString
Deprecated. -
getLoggerContext
Deprecated.Return the context for this logger.- Returns:
- the context
-
log
public void log(Marker marker, String fqcn, int levelInt, String message, Object[] argArray, Throwable t) Deprecated.Description copied from interface:LocationAwareLogger
Printing method with support for location information.- Specified by:
log
in interfaceLocationAwareLogger
- Parameters:
marker
- The marker to be used for this event, may be null.fqcn
- The fully qualified class name of the logger instance, typically the logger class, logger bridge or a logger wrapper.levelInt
- One of the level integers defined in this interfacemessage
- The message for the log eventt
- Throwable associated with the log event, may be null.
-
log
Deprecated.Support SLF4J interception during initialization as introduced in SLF4J version 1.7.15- Parameters:
slf4jEvent
-- Since:
- 1.1.4
-