Convert a Syslog severity enumeration value to the ordinal position of the value in the enumeration.
function logSeverityToNo( ASev: TIdSyslogSeverity ): Word;
Parameters |
Description |
ASev |
Syslog severity enumeration value to be converted. |
Word - Ordinal position of the value in the enumeration.
logSeverityToNo is a Word function used to convert the TIdSyslogSeverity enumeration value in ASev to a value representing the ordinal position of the value in the enumeration.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|