public final class LogImplFatal extends LogImplBase
LogImplInterface which attempts to compile out all code with a log level lower
than Log.LOG_LEVEL_FATAL.| Constructor and Description |
|---|
LogImplFatal() |
| Modifier and Type | Method and Description |
|---|---|
int |
getLowestLogLevel() |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isInfoEnabled() |
boolean |
isTraceEnabled() |
boolean |
isWarnEnabled() |
addLogger, clear, debug, debug, diagnostic, error, error, fatal, fatal, getCurrentLogLevel, getLogger, info, info, init, isFatalEnabled, isLoggingEnabled, log, sendToLoggers, setCurrentLogLevel, setUncaughtExceptionHandler, trace, trace, warn, warngetCurrentLogLevelString, getLowestLogLevelStringpublic int getLowestLogLevel()
public boolean isDebugEnabled()
isDebugEnabled in interface LogImplInterfaceisDebugEnabled in class LogImplBasepublic boolean isErrorEnabled()
isErrorEnabled in interface LogImplInterfaceisErrorEnabled in class LogImplBasepublic boolean isInfoEnabled()
isInfoEnabled in interface LogImplInterfaceisInfoEnabled in class LogImplBasepublic boolean isTraceEnabled()
isTraceEnabled in interface LogImplInterfaceisTraceEnabled in class LogImplBasepublic boolean isWarnEnabled()
isWarnEnabled in interface LogImplInterfaceisWarnEnabled in class LogImplBase