Enumeration Severity

The severity of the event that you're logging

Enumeration Members

Enumeration Members

CRITICAL: 5

Critical conditions. (i.e. application component unavailable) Will page a human to address the issue.

DEBUG: 0

Only interesting to developers. Causes no disruption and represents no deviation.

ERROR: 4

Occurrences that do not require immediate action but should typically be logged and monitored. Will flag for human review but not immediate action.

INFO: 1

Informational messages that highlight the progress of the application at coarse-grained level.

NOTICE: 2

Normal but significant events. (i.e. user accesses a privileged location)

WARNING: 3

Exceptional occurrences that are not errors. (i.e. user attempts to access a privileged location but is denied)