Internet Direct (Indy)
Home
PreviousUpNext
TIdSyslogServer.OnSyslog Event

This event is triggered when the TIdSysLogServer receives SysLog data for collection.

Pascal
property OnSyslog: TOnSyslogEvent;
Parameters 
Description 
Sender 
The component that triggered the event.
 
ASysLogMessage 
The TIdSysLogMessage for the message that was received. This will be destroyed by the server.
 
ABinding 
The binding for the peer connection. 

OnSyslog is a TOnSyslogEvent event handler property triggered when the TIdSysLogServer receives SysLog data for collection.

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.