Topic Path: Symbol Reference > Functions > logFacilityToNo Function
ContentsIndexHome
PreviousUpNext
logFacilityToNo Function

Converts a Syslog facility enumeration value to its ordinal value in the enumeration.

File
function logFacilityToNo(
    AFac: TIdSyslogFacility
): Word;
Parameters 
Description 
AFac 
Syslog facility enumeration value to be converted. 

Word - Ordinal value for the Syslog facility enumeration value.

logFacilityToNo is a Word function used to convert the TIdSyslogFacility facility enumeration value to a number representing its ordinal position 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.