Converts a syslog severity enumeration value to its string representation.
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.
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. |