enum Syslog::Severity
Overview
Severity level indicator
Defined in:
syslog/severity.crEnum Members
-
EMERGENCY =
0
-
Emergency: system is unusable
-
ALERT =
1
-
Alert: action must be taken immediately
-
CRITICAL =
2
-
Critical: critical conditions
-
ERROR =
3
-
Error: error conditions
-
WARNING =
4
-
Warning: warning conditions
-
NOTICE =
5
-
Notice: normal but significant condition
-
INFO =
6
-
Informational: informational messages
-
DEBUG =
7
-
Debug: debug-level messages