Topic Path: Symbol Reference > Files > IdSysLogMessage.pas
ContentsIndexHome
PreviousUpNext
IdSysLogMessage.pas

Contains constants, types, and classes used to define and implement messages used with a Syslog client or server.

IdSysLogMessage.pas contains constants, types, and classes used to define and implement messages used with a Syslog client or server.

IdSysLog.pas IdSyslogServer.pas

Class 
Description 
TIdSysLogMessage encapsulates a Syslog (RFC 3164) message. 
TIdSysLogMsgPart encapsulates the Msg part of the SysLog message. 
Enumeration 
Description 
Indicates the facility that caused the message to be generated. 
Indicates the severity of the Syslog message. 
Function 
Description 
Converts a TIdSyslogFacility value to a string. 
Converts a Syslog facility enumeration value to its ordinal value in the enumeration. 
Convert a Syslog severity enumeration value to the ordinal position of the value in the enumeration. 
Converts an ordinal facility number to its TIdSyslogFacility enumeration value. 
Converts an ordinal Severity value to its enumeration value. 
Converts a syslog severity enumeration value to its string representation. 
Type 
Description 
Identifies the priorty of the Syslog message based on facility and severity values. 
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.