SyslogSeverity¶
-
class
ydk.models.openconfig.openconfig_system_logging.
SyslogSeverity
¶ SyslogSeverity (Enum Class)
Syslog message severities
-
EMERGENCY = 0
Emergency: system is unusable (0)
-
ALERT = 1
Alert: action must be taken immediately (1)
-
CRITICAL = 2
Critical: critical conditions (2)
-
ERROR = 3
Error: error conditions (3)
-
WARNING = 4
Warning: warning conditions (4)
-
NOTICE = 5
Notice: normal but significant condition(5)
-
INFORMATIONAL = 6
Informational: informational messages (6)
-
DEBUG = 7
Debug: debug-level messages (7)
-