|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.allen_sauer.gwt.log.client.impl.LogImpl
com.allen_sauer.gwt.log.client.impl.LogImplBase
com.allen_sauer.gwt.log.client.impl.LogImplFatal
public final class LogImplFatal
Implementation of LogImplInterface
which attempts to compile out all code with a log level lower
than Log.LOG_LEVEL_FATAL
.
Constructor Summary | |
---|---|
LogImplFatal()
|
Method Summary | |
---|---|
int |
getLowestLogLevel()
|
boolean |
isDebugEnabled()
|
boolean |
isErrorEnabled()
|
boolean |
isInfoEnabled()
|
boolean |
isTraceEnabled()
|
boolean |
isWarnEnabled()
|
Methods inherited from class com.allen_sauer.gwt.log.client.impl.LogImplBase |
---|
addLogger, clear, debug, debug, diagnostic, error, error, fatal, fatal, getCurrentLogLevel, getLogger, info, info, init, isFatalEnabled, isLoggingEnabled, log, sendToLoggers, setCurrentLogLevel, setUncaughtExceptionHandler, trace, trace, warn, warn |
Methods inherited from class com.allen_sauer.gwt.log.client.impl.LogImpl |
---|
getCurrentLogLevelString, getLowestLogLevelString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LogImplFatal()
Method Detail |
---|
public int getLowestLogLevel()
public boolean isDebugEnabled()
isDebugEnabled
in interface LogImplInterface
isDebugEnabled
in class LogImplBase
public boolean isErrorEnabled()
isErrorEnabled
in interface LogImplInterface
isErrorEnabled
in class LogImplBase
public boolean isInfoEnabled()
isInfoEnabled
in interface LogImplInterface
isInfoEnabled
in class LogImplBase
public boolean isTraceEnabled()
isTraceEnabled
in interface LogImplInterface
isTraceEnabled
in class LogImplBase
public boolean isWarnEnabled()
isWarnEnabled
in interface LogImplInterface
isWarnEnabled
in class LogImplBase
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |