MemoryAppenderPopAllEvents Method Apache log4net™ SDK Documentation
Gets the events that have been logged and clears the list of events.

Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public virtual LoggingEvent[] PopAllEvents()

Return Value

Type: LoggingEvent
The events that have been logged
Remarks

Gets the events that have been logged and clears the list of events.

See Also

Reference