public class TextAreaLogger
extends org.apache.log4j.AppenderSkeleton
Modifier and Type | Field and Description |
---|---|
private org.apache.log4j.PatternLayout |
layout |
private javax.swing.JTextArea |
myTextArea |
Constructor and Description |
---|
TextAreaLogger(org.apache.log4j.PatternLayout lyout,
javax.swing.JTextArea myTextArea)
TODO
|
Modifier and Type | Method and Description |
---|---|
protected void |
append(org.apache.log4j.spi.LoggingEvent arg0)
TODO
|
void |
close()
TODO
|
boolean |
requiresLayout()
TOOD
|