Indy 9
TOnSyslogEvent
See Also, Unit: IdSyslogServer
This event type is used with the TIdSysLog.OnSyslog event for collecting SysLog information.
TOnSyslogEvent = procedure (Sender: TObject; ASysLogMessage: TIdSysLogMessage; ABinding: TIdSocketHandle) of object;
Unit
IdSyslogServer
Parameters
ABinding
The binding for the peer connection.
ASysLogMessage
The TIdSysLogMessage for the message that was received. This is destroyed by the server.
Sender
The component that triggered the event.
Description
This event type is used with the TIdSysLog.OnSyslog event for collecting SysLog information.

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.