Gets the ith oldest event currently in the buffer.
Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Parameters
- i
- Type: SystemInt32
Property Value
Type: LoggingEventThe ith oldest event currently in the buffer.
Remarks
If i is outside the range 0 to the number of events currently in the buffer, then null is returned.
See Also