java.lang.ObjectCyclicBuffer is used by other appenders to hold LoggingEvents for immediate or differed display.org.apache.log4j.helpers.CyclicBuffer
This buffer gives read access to any element in the buffer not just the first or last element.
Ceki - Gülcü0.9.0 - | Field Summary | ||
|---|---|---|
| LoggingEvent[] | ea | |
| int | first | |
| int | last | |
| int | numElems | |
| int | maxSize | |
| Constructor: |
|---|
maxSize events.
The maxSize argument must a positive integer.
|
| Method from org.apache.log4j.helpers.CyclicBuffer Summary: |
|---|
| add, get, get, getMaxSize, length, resize |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.log4j.helpers.CyclicBuffer Detail: |
|---|
event as the last event in the buffer. |
|
null is returned. |
|
maxSize
(inclusive). |
newSize. |