Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

CyclicBuffer.PopAll�Method�

Pops all the logging events from the buffer into an array.

[Visual�Basic]
Public�Function�PopAll()�As�LoggingEvent()
[C#]
public�LoggingEvent[]�PopAll();

Return Value

An array of all the logging events in the buffer.

Remarks

Get all the events in the buffer and clear the buffer.

See Also

CyclicBuffer Class | log4net.Util Namespace