Indicates the severity of the Syslog message.
TIdSyslogSeverity = ( slEmergency, slAlert, slCritical, slError, slWarning, slNotice, slInformational, slDebug );
TIdSyslogSeverity is an enumeration type used in the TIdSysLogMessage.Severity property to indicate the severity of the SysLogMessage.
TIdSyslogSeverity can contain one of the following values and associated meanings:
|
Value Meaning |
|
---------------- ----------------------------------------------
|
|
slEmergency Emergency, system unusable. |
|
slAlert Alert: action must be taken immediately. |
|
slCritical Critical: critical conditions. |
|
slError Error: error conditions. |
|
slWarning Warning: warning conditions. |
|
slNotice Notice: normal but signification condition. |
|
slInformational Informational: informational message. |
|
slDebug Debug: debug level message. |
|
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. |