public class TextAreaLogHandler extends Handler
| Constructor and Description |
|---|
TextAreaLogHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
int |
getErrorCount() |
JTextArea |
getTextArea() |
boolean |
hasErrors() |
void |
publish(LogRecord record) |
void |
reset()
Resets all internal state to an initial state and is ready to receive log events.
|
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, isLoggable, reportError, setEncoding, setErrorManager, setFilter, setFormatter, setLevelpublic void close()
throws SecurityException
close in class HandlerSecurityExceptionHandler.close()public void flush()
flush in class HandlerHandler.flush()public int getErrorCount()
public JTextArea getTextArea()
public boolean hasErrors()
public void publish(LogRecord record)
publish in class HandlerHandler.publish(java.util.logging.LogRecord)public void reset()
Copyright © 2019. All rights reserved.