log4net SDK Reference

AppenderAttachedImpl.AppendLoopOnAppenders Method (LoggingEvent[])

Append on on all attached appenders.

[Visual Basic]
Overloads Public Function AppendLoopOnAppenders( _
   ByVal loggingEvents As LoggingEvent() _
) As Integer
[C#]
public int AppendLoopOnAppenders(
   LoggingEvent[] loggingEvents
);

Parameters

loggingEvents
The array of events being logged.

Return Value

The number of appenders called.

Remarks

Calls the DoAppend method on all attached appenders.

See Also

AppenderAttachedImpl Class | log4net.Util Namespace | AppenderAttachedImpl.AppendLoopOnAppenders Overload List