IBulkAppenderDoAppend 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.8.0-.NET 4.0
Syntax

void DoAppend(
	LoggingEvent[] loggingEvents
)

Parameters

loggingEvents
Type: log4net.CoreLoggingEvent
The events to log
Remarks

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

See Also

Reference