SyslogSeverity
The severity of a syslog message. The enumeration values are equal to the values that syslog uses + 1. For example, with syslog, emergency=0. 'emergency' : system is unusable 'alert' : action must be taken immediately 'critical' : critical conditions 'error' : error conditions 'warning' : warning conditions 'notice' : normal but significant condition 'informational': informational messages 'debug' : debug-level messages.
Possible values
8 objects| Number | Name |
|---|---|
| 1 | emergency |
| 2 | alert |
| 3 | critical |
| 4 | error |
| 5 | warning |
| 6 | notice |
| 7 | info |
| 8 | debug |