MemoryAppender.GetEvents Method Apache log4netâ„¢ SDK Documentation
Gets the events that have been logged.

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

public virtual LoggingEvent[] GetEvents()

Return Value

Type:LoggingEvent[]
The events that have been logged
Remarks

Gets the events that have been logged.

See Also

Reference