log4net SDK Reference

CyclicBuffer.Item Property

Gets the ith oldest event currently in the buffer.

[Visual Basic]
Public Default ReadOnly Property Item( _
   ByVal i As Integer _
) As LoggingEvent
[C#]
public log4net.Core.LoggingEvent this[
   int i
] {get;}

Parameters

i
Missing <param> documentation for i

Property Value

The 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

CyclicBuffer Class | log4net.Util Namespace