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

java.lang.Object
  extended by com.allen_sauer.gwt.log.client.impl.LogImpl
All Implemented Interfaces:
LogImplInterface
Direct Known Subclasses:
LogImplBase, LogImplOff

public abstract class LogImpl
extends java.lang.Object
implements LogImplInterface

Abstract base class implementing LogImplInterface.


Constructor Summary
LogImpl()
           
 
Method Summary
 java.lang.String getCurrentLogLevelString()
           
 java.lang.String getLowestLogLevelString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.allen_sauer.gwt.log.client.impl.LogImplInterface
addLogger, clear, debug, debug, diagnostic, error, error, fatal, fatal, getCurrentLogLevel, getLogger, getLowestLogLevel, info, info, init, isDebugEnabled, isErrorEnabled, isFatalEnabled, isInfoEnabled, isLoggingEnabled, isTraceEnabled, isWarnEnabled, log, setCurrentLogLevel, setUncaughtExceptionHandler, trace, trace, warn, warn
 

Constructor Detail

LogImpl

public LogImpl()
Method Detail

getCurrentLogLevelString

public final java.lang.String getCurrentLogLevelString()
Specified by:
getCurrentLogLevelString in interface LogImplInterface

getLowestLogLevelString

public final java.lang.String getLowestLogLevelString()
Specified by:
getLowestLogLevelString in interface LogImplInterface