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
|
Name |
Description |
|
TIdSysLogMessage encapsulates a Syslog (RFC 3164) message. | |
|
TIdSysLogMsgPart encapsulates the Msg part of the SysLog message. |
|
Name |
Description |
|
Indicates the facility that caused the message to be generated. | |
|
Indicates the severity of the Syslog message. |
|
Name |
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. |
Name |
Description |
Identifies the priorty of the Syslog message based on facility and severity values. |
|
Enumeration |
|
Class |
|
Method |
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. |