Package org.slf4j.ext
Class LoggerWrapper
java.lang.Object
org.slf4j.ext.LoggerWrapper
-
Field Summary
FieldsFields inherited from interface org.slf4j.Logger
ROOT_LOGGER_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.getName()Delegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.booleanDelegate to the appropriate method of the underlying logger.booleanisDebugEnabled(Marker marker) Delegate to the appropriate method of the underlying logger.booleanDelegate to the appropriate method of the underlying logger.booleanisErrorEnabled(Marker marker) Delegate to the appropriate method of the underlying logger.booleanDelegate to the appropriate method of the underlying logger.booleanisInfoEnabled(Marker marker) Delegate to the appropriate method of the underlying logger.booleanDelegate to the appropriate method of the underlying logger.booleanisTraceEnabled(Marker marker) Delegate to the appropriate method of the underlying logger.booleanIs the logger instance enabled for the WARN level?booleanisWarnEnabled(Marker marker) Delegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.voidDelegate to the appropriate method of the underlying logger.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.slf4j.Logger
atDebug, atError, atInfo, atLevel, atTrace, atWarn, isEnabledForLevel, makeLoggingEventBuilder
-
Field Details
-
logger
-
instanceofLAL
-
-
Constructor Details
-
LoggerWrapper
-
-
Method Details
-
isTraceEnabled
Delegate to the appropriate method of the underlying logger.- Specified by:
isTraceEnabledin interfaceLogger- Returns:
- True if this Logger is enabled for the TRACE level, false otherwise.
-
isTraceEnabled
Delegate to the appropriate method of the underlying logger.- Specified by:
isTraceEnabledin interfaceLogger- Parameters:
marker- The marker data to take into consideration- Returns:
- True if this Logger is enabled for the TRACE level, false otherwise.
-
trace
-
trace
-
trace
-
trace
-
trace
-
trace
-
trace
-
trace
Delegate to the appropriate method of the underlying logger. -
trace
-
trace
Delegate to the appropriate method of the underlying logger. -
isDebugEnabled
Delegate to the appropriate method of the underlying logger.- Specified by:
isDebugEnabledin interfaceLogger- Returns:
- True if this Logger is enabled for the DEBUG level, false otherwise.
-
isDebugEnabled
Delegate to the appropriate method of the underlying logger.- Specified by:
isDebugEnabledin interfaceLogger- Parameters:
marker- The marker data to take into consideration- Returns:
- True if this Logger is enabled for the DEBUG level, false otherwise.
-
debug
-
debug
-
debug
-
debug
-
debug
-
debug
-
debug
-
debug
Delegate to the appropriate method of the underlying logger. -
debug
Delegate to the appropriate method of the underlying logger. -
debug
Delegate to the appropriate method of the underlying logger. -
isInfoEnabled
Delegate to the appropriate method of the underlying logger.- Specified by:
isInfoEnabledin interfaceLogger- Returns:
- True if this Logger is enabled for the INFO level, false otherwise.
-
isInfoEnabled
Delegate to the appropriate method of the underlying logger.- Specified by:
isInfoEnabledin interfaceLogger- Parameters:
marker- The marker data to take into consideration- Returns:
- true if this Logger is enabled for the INFO level, false otherwise.
-
info
-
info
-
info
-
info
-
info
-
info
-
info
-
info
Delegate to the appropriate method of the underlying logger. -
info
-
info
-
isWarnEnabled
Description copied from interface:LoggerIs the logger instance enabled for the WARN level?- Specified by:
isWarnEnabledin interfaceLogger- Returns:
- True if this Logger is enabled for the WARN level, false otherwise.
-
isWarnEnabled
Delegate to the appropriate method of the underlying logger.- Specified by:
isWarnEnabledin interfaceLogger- Parameters:
marker- The marker data to take into consideration- Returns:
- True if this Logger is enabled for the WARN level, false otherwise.
-
warn
-
warn
-
warn
-
warn
-
warn
-
warn
-
warn
-
warn
Delegate to the appropriate method of the underlying logger. -
warn
-
warn
-
isErrorEnabled
Delegate to the appropriate method of the underlying logger.- Specified by:
isErrorEnabledin interfaceLogger- Returns:
- True if this Logger is enabled for the ERROR level, false otherwise.
-
isErrorEnabled
Delegate to the appropriate method of the underlying logger.- Specified by:
isErrorEnabledin interfaceLogger- Parameters:
marker- The marker data to take into consideration- Returns:
- True if this Logger is enabled for the ERROR level, false otherwise.
-
error
-
error
-
error
-
error
-
error
-
error
-
error
-
error
Delegate to the appropriate method of the underlying logger. -
error
-
error
Delegate to the appropriate method of the underlying logger. -
getName
-