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

Converts a syslog severity enumeration value to its string representation.

File
function SeverityToString(
    ASec: TIdsyslogSeverity
): string;
Parameters 
Description 
ASec 
Severity enumeration value to be converted. 

String - Resource string representing the severity value.

SeverityToString is a String function used to convert the TIdsyslogSeverity enumeration value in ASec to its string representation. SeverityToString uses resource strings to set the return value for the function.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.