public class TraceAppender
extends org.apache.log4j.AppenderSkeleton
Modifier and Type | Method and Description |
---|---|
void |
close()
Override close - nothing to do really.
|
static TraceAppender |
get() |
java.util.List |
getLoggingEvents() |
boolean |
requiresLayout()
Does this appender need a layout?
|
void |
setActive(boolean active) |
public static TraceAppender get()
public void setActive(boolean active)
public java.util.List getLoggingEvents()
public boolean requiresLayout()
public void close()