GWT 2.7.0

com.google.gwt.logging.client
Class PopupLogHandler

java.lang.Object
  extended by java.util.logging.Handler
      extended by com.google.gwt.logging.client.HasWidgetsLogHandler
          extended by com.google.gwt.logging.client.PopupLogHandler

public class PopupLogHandler
extends HasWidgetsLogHandler

A handler that logs to LoggingPopup.


Constructor Summary
PopupLogHandler()
           
 
Method Summary
 
Methods inherited from class com.google.gwt.logging.client.HasWidgetsLogHandler
clear, close, flush, publish
 
Methods inherited from class java.util.logging.Handler
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, isLoggable, reportError, setEncoding, setErrorManager, setFilter, setFormatter, setLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PopupLogHandler

public PopupLogHandler()

GWT 2.7.0