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