Rebex Syslog

Syslog client/server library for .NET

Download 30-day free trial Buy from $199
More .NET libraries

Back to feature list...

Events

ValidatingCertificate event 

The ValidatingCertificate event is raised when connecting to a server using TLS/SSL protocol. Use it to examine the server certificate and accept or reject it.

Tip: For sample code, see Custom certificate validation.

MessageReceived event 

The MessageReceived event is raised when a syslog message is received by the syslog server. Use it to be process received messages.

Note: This event blocks the receiver, which means that received messages must be processed as fast as possible. See Message processing for more information.

ErrorOccurred event 

The ErrorOccurred event is raised when an error occurrs when processing a received syslog message. Use it to examine such errors.

Back to feature list...