Internet Direct (Indy)
|
TIdSysLogMessage encapsulates a Syslog (RFC 3164) message.
TIdSysLogMessage = class(TIdBaseComponent);
TIdSysLogMessage is a TIdBaseComponent descendant that represents a Syslog message, as described in the Internet Standards document:
RFC 3164 - The BSD syslog Protocol
TIdSysLogMessage is used in TIdSysLog and TIdSysLogServer components, and include the ability to encode and decode the SysLog message.
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. |