CyclicBuffer PopOldest Method Apache log4net™ SDK Documentation
Get and remove the oldest event in the buffer.

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public LoggingEvent PopOldest()

Return Value

Type: LoggingEvent
The oldest logging event in the buffer
Remarks

Gets the oldest (first) logging event in the buffer and removes it from the buffer.

See Also