public class TextAreaAppender
extends org.apache.log4j.WriterAppender
| Constructor and Description |
|---|
TextAreaAppender() |
| Modifier and Type | Method and Description |
|---|---|
void |
append(org.apache.log4j.spi.LoggingEvent loggingEvent)
Format and then append the loggingEvent to the stored JTextArea.
|
static void |
setTextArea(JTextArea jTextArea,
JTextComponent regs)
Set the target JTextArea for the logging information to appear.
|
activateOptions, checkEntryConditions, close, closeWriter, createWriter, getEncoding, getImmediateFlush, requiresLayout, reset, setEncoding, setErrorHandler, setImmediateFlush, setWriter, shouldFlush, subAppend, writeFooter, writeHeaderpublic static void setTextArea(JTextArea jTextArea, JTextComponent regs)
jTextArea - DOCUMENT ME!regs - DOCUMENT ME!public void append(org.apache.log4j.spi.LoggingEvent loggingEvent)
append in class org.apache.log4j.WriterAppenderloggingEvent - DOCUMENT ME!Copyright © 2012–2026 cismet GmbH. All rights reserved.