Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

TextWriterAppender.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

This method writes all the bulk logged events to the output writer before flushing the stream.

See Also

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