Package elki.gui.util
Class LogPane.LogPaneHandler
- java.lang.Object
-
- java.util.logging.Handler
-
- elki.gui.util.LogPane.LogPaneHandler
-
- Enclosing class:
- LogPane
private class LogPane.LogPaneHandler extends java.util.logging.HandlerInternalHandler- Author:
- Erich Schubert
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedLogPaneHandler()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidflush()voidpublish(java.util.logging.LogRecord record)
-
-
-
Method Detail
-
close
public void close() throws java.lang.SecurityException- Specified by:
closein classjava.util.logging.Handler- Throws:
java.lang.SecurityException
-
flush
public void flush()
- Specified by:
flushin classjava.util.logging.Handler
-
publish
public void publish(java.util.logging.LogRecord record)
- Specified by:
publishin classjava.util.logging.Handler
-
-