Gets the ith oldest event currently in the buffer.
Namespace: log4net.UtilAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- i
- Type: System Int32
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