Indy 9
TIdSyslogSeverity
See Also, Unit: IdSysLogMessage
Indicates the severity of the Syslog message.
TIdSyslogSeverity = (slEmergency, slAlert, slCritical, slError, slWarning, slNotice, slInformational, slDebug);
Unit
IdSysLogMessage
Description
This type is used in the TIdSysLogMessage.Severity property to indicate the severity of the SysLogMessage. It can be one of the following values and associated meanings:

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

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.