The CyclicBuffer type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| CyclicBuffer |
Constructor
|
Methods
| Name | Description | |
|---|---|---|
| Append |
Appends a loggingEvent to the buffer.
| |
| Clear |
Clear the buffer
| |
| (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type.
(Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| PopAll |
Pops all the logging events from the buffer into an array.
| |
| PopOldest |
Get and remove the oldest event in the buffer.
| |
| (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| Item |
Gets the ith oldest event currently in the buffer.
| |
| Length |
Gets the number of logging events in the buffer.
| |
| MaxSize |
Gets the maximum size of the buffer.
|
See Also