Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

FileAppender.Append�Method�(LoggingEvent[])

This method is called by the DoAppend method.

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

Parameters

loggingEvents
The array of events to log.

Remarks

Acquires the output file locks once before writing all the events to the stream.

See Also

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