log4net SDK Reference

IBulkAppender.DoAppend Method 

Log the array of logging events in Appender specific way.

[Visual Basic]
Sub DoAppend( _
   ByVal loggingEvents As LoggingEvent() _
)
[C#]
void DoAppend(
   LoggingEvent[] loggingEvents
);

Parameters

loggingEvents
The events to log

Remarks

This method is called to log an array of events into this appender.

See Also

IBulkAppender Interface | log4net.Appender Namespace