Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

AppenderSkeleton.Append�Method�(LoggingEvent[])

Append a bulk array of logging events.

[Visual�Basic]
Overridable�Overloads�Protected�Sub�Append( _
���ByVal loggingEvents�As�LoggingEvent()�_
)
[C#]
protected�virtual�void�Append(
���LoggingEvent[]loggingEvents
);

Parameters

loggingEvents
the array of logging events

Remarks

This base class implementation calls the Append method for each element in the bulk array.

A sub class that can better process a bulk array of events should override this method in addition to Append.

See Also

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