IBulkAppender DoAppend Method ( LoggingEvent )Apache log4net™ SDK Documentation
Log the array of logging events in Appender specific way.

Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

void DoAppend(
	LoggingEvent[] loggingEvents
)

Parameters

loggingEvents
Type:  log4net.Core LoggingEvent 
The events to log
Remarks

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

See Also