log4net SDK Reference

ForwardingAppender.Append Method 

[This is preliminary documentation and subject to change.]

Append the logging event.

[Visual Basic]
Overrides Protected Sub Append( _
   ByVal loggingEvent As LoggingEvent _
)
[C#]
protected override void Append(
   LoggingEvent loggingEvent
);

Parameters

loggingEvent
The event to log.

Remarks

Delivers the logging event to all the attached appenders.

See Also

ForwardingAppender Class | log4net.Appender Namespace