MemoryAppender PopAllEvents 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: 1.2.15.0 (1.2.15.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