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