Internet Direct (Indy) Version 9.0.2 Beta
TLogItemStatusEvent
Represents the event type triggered when a socket connection status message is received.

TLogItemStatusEvent = procedure (ASender: TComponent; const AText: string) of object;
Description
TLogItemStatusEvent is an event type triggered when a socket connection status message is received. TLogItemStatusEvent is the event type required for the TIdLogEvent event handler OnStatus. Indy uses status events for informational purposes; status events do not represent real-time indications of a change in the socket connection status.