com.vaadin.client.debug.internal
Class ErrorNotificationHandler

java.lang.Object
  extended by java.util.logging.Handler
      extended by com.vaadin.client.debug.internal.ErrorNotificationHandler

public class ErrorNotificationHandler
extends java.util.logging.Handler

Log message handler that shows big red notification for Level.SEVERE messages that have a throwable.

Since:
7.1
Author:
Vaadin Ltd

Constructor Summary
ErrorNotificationHandler()
           
 
Method Summary
 void close()
           
 void flush()
           
 void publish(java.util.logging.LogRecord record)
           
 
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

ErrorNotificationHandler

public ErrorNotificationHandler()
Method Detail

publish

public void publish(java.util.logging.LogRecord record)
Specified by:
publish in class java.util.logging.Handler

close

public void close()
Specified by:
close in class java.util.logging.Handler

flush

public void flush()
Specified by:
flush in class java.util.logging.Handler


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.