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

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.LogImplTrace
All Implemented Interfaces:
LogImplInterface

public final class LogImplTrace
extends LogImplBase

Debugging implementation of LogImplInterface for the Log.LOG_LEVEL_DEBUG log level.


Constructor Summary
LogImplTrace()
           
 
Method Summary
 int getLowestLogLevel()
           
 
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, isDebugEnabled, isErrorEnabled, isFatalEnabled, isInfoEnabled, isLoggingEnabled, isTraceEnabled, isWarnEnabled, 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

LogImplTrace

public LogImplTrace()
Method Detail

getLowestLogLevel

public int getLowestLogLevel()