com.allen_sauer.gwt.log.client
Class FirebugLogger

java.lang.Object
  extended by com.allen_sauer.gwt.log.client.NullLogger
      extended by com.allen_sauer.gwt.log.client.FirebugLogger
All Implemented Interfaces:
Logger

Deprecated. used ConsoleLogger instead

@Deprecated
public final class FirebugLogger
extends NullLogger

Deprecated logger.


Constructor Summary
FirebugLogger()
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.allen_sauer.gwt.log.client.NullLogger
clear, isSupported, log, setCurrentLogLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FirebugLogger

public FirebugLogger()
Deprecated.