public abstract class LegacyAbstractLogger extends AbstractLogger
isTraceEnabled(Marker), isDebugEnabled(Marker) and other similar methods.nameROOT_LOGGER_NAME| Constructor and Description |
|---|
LegacyAbstractLogger() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDebugEnabled(Marker marker)
Similar to
Logger.isDebugEnabled() method except that the
marker data is also taken into account. |
boolean |
isErrorEnabled(Marker marker)
Similar to
Logger.isErrorEnabled() method except that the
marker data is also taken into consideration. |
boolean |
isInfoEnabled(Marker marker)
Similar to
Logger.isInfoEnabled() method except that the marker
data is also taken into consideration. |
boolean |
isTraceEnabled(Marker marker)
Similar to
Logger.isTraceEnabled() method except that the
marker data is also taken into account. |
boolean |
isWarnEnabled(Marker marker)
Similar to
Logger.isWarnEnabled() method except that the marker
data is also taken into consideration. |
debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, error, error, error, error, error, error, error, error, error, error, getFullyQualifiedCallerName, getName, handleNormalizedLoggingCall, info, info, info, info, info, info, info, info, info, info, readResolve, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, warn, warn, warn, warn, warn, warn, warn, warn, warn, warnclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitatDebug, atError, atInfo, atLevel, atTrace, atWarn, isDebugEnabled, isEnabledForLevel, isErrorEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabled, makeLoggingEventBuilderpublic LegacyAbstractLogger()
public boolean isTraceEnabled(Marker marker)
LoggerLogger.isTraceEnabled() method except that the
marker data is also taken into account.marker - The marker data to take into considerationpublic boolean isDebugEnabled(Marker marker)
LoggerLogger.isDebugEnabled() method except that the
marker data is also taken into account.marker - The marker data to take into considerationpublic boolean isInfoEnabled(Marker marker)
LoggerLogger.isInfoEnabled() method except that the marker
data is also taken into consideration.marker - The marker data to take into considerationpublic boolean isWarnEnabled(Marker marker)
LoggerLogger.isWarnEnabled() method except that the marker
data is also taken into consideration.marker - The marker data to take into considerationpublic boolean isErrorEnabled(Marker marker)
LoggerLogger.isErrorEnabled() method except that the
marker data is also taken into consideration.marker - The marker data to take into considerationCopyright © 2005–2022 QOS.ch. All rights reserved.