|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.logging.Handler
de.uni_leipzig.cvk.gui.LogPanelHandler
public class LogPanelHandler
The singleton LogPanelHandler class is a Handler to log to a LogPanel member instance.
Method Summary | |
---|---|
void |
close()
|
void |
flush()
|
static LogPanel |
getLogPanel()
Gets one instance of LogPanel |
static LogPanelHandler |
instance()
Gets the instance of LogPanelHandler |
void |
publish(java.util.logging.LogRecord log)
|
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 |
Method Detail |
---|
public void close()
close
in class java.util.logging.Handler
public void flush()
flush
in class java.util.logging.Handler
public static LogPanel getLogPanel()
public static LogPanelHandler instance()
public void publish(java.util.logging.LogRecord log)
publish
in class java.util.logging.Handler
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |