public abstract class LogImpl extends java.lang.Object implements LogImplInterface
LogImplInterface.| Constructor and Description |
|---|
LogImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCurrentLogLevelString() |
java.lang.String |
getLowestLogLevelString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddLogger, clear, debug, debug, diagnostic, error, error, fatal, fatal, getCurrentLogLevel, getLogger, getLowestLogLevel, info, info, init, isDebugEnabled, isErrorEnabled, isFatalEnabled, isInfoEnabled, isLoggingEnabled, isTraceEnabled, isWarnEnabled, log, setCurrentLogLevel, setUncaughtExceptionHandler, trace, trace, warn, warnpublic final java.lang.String getCurrentLogLevelString()
getCurrentLogLevelString in interface LogImplInterfacepublic final java.lang.String getLowestLogLevelString()
getLowestLogLevelString in interface LogImplInterface