com.allen_sauer.gwt.log.client
Class WindowLogger

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

public class WindowLogger
extends java.lang.Object
implements Logger

Logger which outputs to a draggable floating DIV. TODO Fix lack of updates when Firefox is configured to force new windows to open as tabs


Constructor Summary
WindowLogger()
          Default constructor.
 
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

WindowLogger

public WindowLogger()
Default constructor.

Method Detail

clear

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

isSupported

public final 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