de.fhkoeln.zra.statix.debug
Class StatLogHandler

java.lang.Object
  |
  +--java.util.logging.Handler
        |
        +--de.fhkoeln.zra.statix.debug.StatLogHandler

public class StatLogHandler
extends Handler

Author:
Thies Hauschild, hld@gmx.net(05.06.2003)

Field Summary
private  JTextPane textArea
           
 
Fields inherited from class java.util.logging.Handler
 
Constructor Summary
StatLogHandler(JTextPane textArea)
           
 
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
 

Field Detail

textArea

private JTextPane textArea
Constructor Detail

StatLogHandler

public StatLogHandler(JTextPane textArea)
Method Detail

close

public void close()
Specified by:
close in class Handler

flush

public void flush()
Specified by:
flush in class Handler

publish

public void publish(LogRecord record)
Specified by:
publish in class Handler