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: 2.0.6.0-.NET 4.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

Reference