public class LogAppender
extends org.apache.log4j.AppenderSkeleton
| Constructor and Description |
|---|
LogAppender() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
append(org.apache.log4j.spi.LoggingEvent loggingEvent)
Submits LoggingEvent for publishing if it reaches severity threshold.
|
void |
close() |
boolean |
requiresLayout()
Ensures that a Layout property is required
|
protected void append(org.apache.log4j.spi.LoggingEvent loggingEvent)
append in class org.apache.log4j.AppenderSkeletonloggingEvent - - log eventpublic void close()
public boolean requiresLayout()