Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

MemoryAppender.Append�Method�(LoggingEvent)

This method is called by the DoAppend method.

[Visual�Basic]
Overrides�Overloads�Protected�Sub�Append( _
���ByVal loggingEvent�As�LoggingEvent�_
)
[C#]
protected�override�void�Append(
���LoggingEventloggingEvent
);

Parameters

loggingEvent
the event to log

Remarks

Stores the loggingEvent in the events list.

See Also

MemoryAppender Class | log4net.Appender Namespace | MemoryAppender.Append Overload List