log4net SDK Reference

UdpAppender.Append Method 

[This is preliminary documentation and subject to change.]

This method is called by the DoAppend method.

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

Parameters

loggingEvent
The event to log.

Remarks

Sends the event using an UDP datagram.

Exceptions are passed to the ErrorHandler.

See Also

UdpAppender Class | log4net.Appender Namespace