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