com.allen_sauer.gwt.log.client.impl
Class LogImplError

java.lang.Object
  extended by com.allen_sauer.gwt.log.client.impl.LogImpl
      extended by com.allen_sauer.gwt.log.client.impl.LogImplBase
          extended by com.allen_sauer.gwt.log.client.impl.LogImplError
All Implemented Interfaces:
LogImplInterface

public final class LogImplError
extends LogImplBase

Implementation of LogImplInterface which attempts to compile out all code with a log level lower than Log.LOG_LEVEL_ERROR.


Constructor Summary
LogImplError()
           
 
Method Summary
 int getLowestLogLevel()
           
 boolean isDebugEnabled()
           
 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, isErrorEnabled, 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

LogImplError

public LogImplError()
Method Detail

getLowestLogLevel

public int getLowestLogLevel()

isDebugEnabled

public boolean isDebugEnabled()
Specified by:
isDebugEnabled in interface LogImplInterface
Overrides:
isDebugEnabled in class LogImplBase

isInfoEnabled

public boolean isInfoEnabled()
Specified by:
isInfoEnabled in interface LogImplInterface
Overrides:
isInfoEnabled in class LogImplBase

isTraceEnabled

public boolean isTraceEnabled()
Specified by:
isTraceEnabled in interface LogImplInterface
Overrides:
isTraceEnabled in class LogImplBase

isWarnEnabled

public boolean isWarnEnabled()
Specified by:
isWarnEnabled in interface LogImplInterface
Overrides:
isWarnEnabled in class LogImplBase