SyslogSeverity Enum
Namespace: Rebex.Net
Assembly: Rebex.Syslog.dll (version 7.0.9313)
Specifies syslog message severity.
Syntax
public enum SyslogSeverity
  Fields
| Name | Description | 
|---|---|
| Alert | Alert (action must be taken immediately).  | 
      
| Critical | Critical (critical conditions).  | 
      
| Debug | Debug.  | 
      
| Emergency | Emergency (system is unusable).  | 
      
| Error | Error.  | 
      
| Informational | Informational.  | 
      
| Notice | Notice (normal but significant).  | 
      
| Undefined | Severity was not specified in the message. Valid for SyslogServer only.  | 
      
| Warning | Warning.  |