Skip to content

Enumeration: Severities

The numeric values of the log levels, used to calculate if a message should be consumed based on the desired minimum log level.

TIP

The "lower" the numeric value of the log level, the more severe the log is.

Enumeration Members

Enumeration MemberValueDescription
alert1Alert: action must be taken immediately
crit2Critical: critical conditions
debug7Debug: debug-level messages
emerg0Emergency: system is unusable
error3Error: error conditions
info6Informational: informational messages
notice5Notice: normal but significant condition
warning4Warning: warning conditions