This event type is used with the TIdSysLog.OnSyslog event for collecting SysLog information.
TOnSyslogEvent = procedure (Sender: TObject; ASysLogMessage: TIdSysLogMessage; ABinding: TIdSocketHandle) of object;
Parameters |
Description |
Sender |
The component that triggered the event. |
ASysLogMessage |
The TIdSysLogMessage for the message that was received. This is destroyed by the server. |
ABinding |
The binding for the peer connection. |
TOnSyslogEvent is an event type used with the TIdSysLog.OnSyslog event for collecting SysLog information.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |