log4net SDK Reference

AppenderAttachedImpl.AppendLoopOnAppenders Method (LoggingEvent)

Append on on all attached appenders.

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

Parameters

loggingEvent
The event 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