java.lang.Objectorg.apache.log4j.AppenderSkeleton
org.apache.log4j.AsyncAppender
All Implemented Interfaces:
AppenderAttachable, OptionHandler, Appender
AsyncAppender can only be script
configured using the org.apache.log4j.xml.DOMConfigurator .
Ceki - GülcüCurt - Arnold0.9.1 - | Field Summary | ||
|---|---|---|
| public static final int | DEFAULT_BUFFER_SIZE | The default buffer size is set to 128 events. |
| AppenderAttachableImpl | aai | Nested appenders. |
| Fields inherited from org.apache.log4j.AppenderSkeleton: |
|---|
| layout, name, threshold, errorHandler, headFilter, tailFilter, closed |
| Method from org.apache.log4j.AsyncAppender Summary: |
|---|
| addAppender, append, close, getAllAppenders, getAppender, getBlocking, getBufferSize, getLocationInfo, isAttached, removeAllAppenders, removeAppender, removeAppender, requiresLayout, setBlocking, setBufferSize, setLocationInfo |
| Methods from org.apache.log4j.AppenderSkeleton: |
|---|
| activateOptions, addFilter, append, clearFilters, doAppend, finalize, getErrorHandler, getFilter, getFirstFilter, getLayout, getName, getThreshold, isAsSevereAsThreshold, setErrorHandler, setLayout, setName, setThreshold |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.log4j.AsyncAppender Detail: |
|---|
|
|
AsyncAppender by interrupting the dispatcher
thread which will process all pending events before exiting. |
|
|
|
|
|
|
|
|
|
|
|
|
|