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

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

public class RemoteLoggerLegacyDisabled
extends java.lang.Object
implements Logger

Temporary class used to inform the developer that the RemoteLogger has a new activation method which involves module inheritance rather than the setting of a property.


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
 

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