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.Handler
InternalHandler
- Author:
- Erich Schubert
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
LogPaneHandler()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
void
flush()
void
publish(java.util.logging.LogRecord record)
-
-
-
Method Detail
-
close
public void close() throws java.lang.SecurityException
- Specified by:
close
in classjava.util.logging.Handler
- Throws:
java.lang.SecurityException
-
flush
public void flush()
- Specified by:
flush
in classjava.util.logging.Handler
-
publish
public void publish(java.util.logging.LogRecord record)
- Specified by:
publish
in classjava.util.logging.Handler
-
-