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.
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. |