com.allen_sauer.gwt.log.client
Class NullLogger

java.lang.Object
  extended by com.allen_sauer.gwt.log.client.NullLogger
All Implemented Interfaces:
Logger
Direct Known Subclasses:
FirebugLogger, RemoteLogger

public class NullLogger
extends java.lang.Object
implements Logger

Logger which does nothing, used by deferred binding.


Constructor Summary
NullLogger()
           
 
Method Summary
 void clear()
           
 boolean isSupported()
           
 void log(LogRecord record)
           
 void setCurrentLogLevel(int level)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullLogger

public NullLogger()
Method Detail

clear

public void clear()
Specified by:
clear in interface Logger

isSupported

public boolean isSupported()
Specified by:
isSupported in interface Logger

log

public void log(LogRecord record)
Specified by:
log in interface Logger

setCurrentLogLevel

public void setCurrentLogLevel(int level)
Specified by:
setCurrentLogLevel in interface Logger