de.lmu.ifi.dbs.elki.gui.util
Class LogPane.LogPaneHandler
java.lang.Object
java.util.logging.Handler
de.lmu.ifi.dbs.elki.gui.util.LogPane.LogPaneHandler
- Enclosing class:
- LogPane
private class LogPane.LogPaneHandler
- extends Handler
Internal Handler
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 |
LogPane.LogPaneHandler
protected LogPane.LogPaneHandler()
- Constructor.
close
public void close()
throws SecurityException
- Specified by:
close
in class Handler
- Throws:
SecurityException
flush
public void flush()
- Specified by:
flush
in class Handler
publish
public void publish(LogRecord record)
- Specified by:
publish
in class Handler