Class ScxSLF4JLogger
java.lang.Object
org.slf4j.helpers.AbstractLogger
org.slf4j.helpers.LegacyAbstractLogger
cool.scx.logging.spi.slf4j.ScxSLF4JLogger
- All Implemented Interfaces:
Serializable,org.slf4j.Logger
public final class ScxSLF4JLogger
extends org.slf4j.helpers.LegacyAbstractLogger
ScxSLF4JLogger
- Version:
- 0.0.1
- Author:
- scx567888
- See Also:
-
Field Summary
Fields inherited from class org.slf4j.helpers.AbstractLogger
nameFields inherited from interface org.slf4j.Logger
ROOT_LOGGER_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringprotected voidhandleNormalizedLoggingCall(org.slf4j.event.Level level, org.slf4j.Marker marker, String msg, Object[] args, Throwable t) booleanbooleanbooleanbooleanbooleanMethods inherited from class org.slf4j.helpers.LegacyAbstractLogger
isDebugEnabled, isErrorEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabledMethods inherited from class org.slf4j.helpers.AbstractLogger
debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, error, error, error, error, error, error, error, error, error, error, getName, 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, warnMethods 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
-
Constructor Details
-
ScxSLF4JLogger
-
-
Method Details
-
isTraceEnabled
public boolean isTraceEnabled() -
isDebugEnabled
public boolean isDebugEnabled() -
isInfoEnabled
public boolean isInfoEnabled() -
isWarnEnabled
public boolean isWarnEnabled() -
isErrorEnabled
public boolean isErrorEnabled() -
getFullyQualifiedCallerName
- Specified by:
getFullyQualifiedCallerNamein classorg.slf4j.helpers.AbstractLogger
-
handleNormalizedLoggingCall
-