Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

de.lmu.ifi.dbs.elki.gui.util
Class LogPanel.LogPanelHandler

java.lang.Object
  extended by java.util.logging.Handler
      extended by de.lmu.ifi.dbs.elki.gui.util.LogPanel.LogPanelHandler
Enclosing class:
LogPanel

private class LogPanel.LogPanelHandler
extends Handler

Internal Handler to insert into java.util.logging

Author:
Erich Schubert

Constructor Summary
protected LogPanel.LogPanelHandler()
          Constructor.
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogPanel.LogPanelHandler

protected LogPanel.LogPanelHandler()
Constructor.

Method Detail

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

Release 0.3 (2010-03-31_1612)