CyclicBuffer Constructor | Constructor |
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. |
Append | Appends a loggingEvent to the buffer. |
Clear | Clear the buffer |
Equals (inherited from Object) | � |
GetHashCode (inherited from Object) | � |
GetType (inherited from Object) | � |
PopAll | Pops all the logging events from the buffer into an array. |
PopOldest | Get and remove the oldest event in the buffer. |
ToString (inherited from Object) | � |
Finalize (inherited from Object) | � |
MemberwiseClone (inherited from Object) | � |
CyclicBuffer Class | log4net.Util Namespace