Package net.hironico.common.swing.log
Class SwingHandler
java.lang.Object
java.util.logging.Handler
net.hironico.common.swing.log.SwingHandler
-
Constructor Summary
ConstructorsConstructorDescriptionSwingHandler(JTextArea txt) SwingHandler(JTextArea txt, int maxRows) SwingHandler(JTextArea txt, Formatter fmt, int maxRows) -
Method Summary
Methods inherited from class java.util.logging.Handler
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, isLoggable, reportError, setEncoding, setErrorManager, setFilter, setFormatter, setLevel
-
Constructor Details
-
Method Details