Package com.vaadin.client.debug.internal
Class ErrorNotificationHandler
- java.lang.Object
-
- java.util.logging.Handler
-
- com.vaadin.client.debug.internal.ErrorNotificationHandler
-
public class ErrorNotificationHandler extends Handler
Log message handler that shows big red notification forLevel.SEVERE
messages that have a throwable.- Since:
- 7.1
- Author:
- Vaadin Ltd
-
-
Constructor Summary
Constructors Constructor Description ErrorNotificationHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
void
flush()
void
publish(LogRecord record)
-
Methods inherited from class java.util.logging.Handler
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, isLoggable, reportError, setEncoding, setErrorManager, setFilter, setFormatter, setLevel
-
-