java.lang.Object
org.seppiko.glf.event.AbstractLogger
org.seppiko.glf.event.LegacyAbstractLogger
- All Implemented Interfaces:
Logger
public abstract class LegacyAbstractLogger extends AbstractLogger
Abstract logger for ignore isXXXEnable(Marker)
- Author:
- Leonard Woo
-
Field Summary
-
Constructor Summary
Constructors Constructor Description LegacyAbstractLogger() -
Method Summary
Modifier and Type Method Description booleanisDebugEnabled(Marker marker)booleanisErrorEnabled(Marker marker)booleanisFatalEnabled(Marker marker)booleanisInfoEnabled(Marker marker)booleanisTraceEnabled(Marker marker)booleanisWarnEnabled(Marker marker)Methods inherited from class org.seppiko.glf.event.AbstractLogger
debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, error, error, error, error, error, error, error, error, error, error, error, error, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, fatal, getFullyQualifiedCallerName, getName, handleNormalizedLoggingCall, info, info, info, info, info, info, info, info, info, info, info, info, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, warn, warn, 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.seppiko.glf.api.Logger
isDebugEnabled, isErrorEnabled, isFatalEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabled
-
Constructor Details
-
LegacyAbstractLogger
public LegacyAbstractLogger()
-
-
Method Details