We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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 for
Level.SEVERE
messages that have a throwable.Since:
7.1
Author:
Vaadin Ltd
-
-
Constructor Summary
Constructors Constructor Description ErrorNotificationHandler()
-
Method Summary
All 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
-
-