* @author Vaadin Ltd
*/
public class ErrorNotificationHandler extends Handler {
public ErrorNotificationHandler() {
setLevel(Level.SEVERE);
setFormatter(new TextLogFormatter(true) {
@Override
protected String getRecordInfo(LogRecord event, String newline) {
return "";
}
});