log4net SDK Reference

AppenderAttachedImpl.AppendLoopOnAppenders Method 

[This is preliminary documentation and subject to change.]

Append on on all attached appenders.

[Visual Basic]
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