| Cases |
Debug = 'debug'
Messages that contain information normally of use only when debugging a program.
Messages that contain information normally of use only when debugging a program.
|
#
|
Info = 'info'
|
#
|
Notice = 'notice'
Conditions that are not error conditions, but may require special handling.
Conditions that are not error conditions, but may require special handling.
|
#
|
Warning = 'warning'
|
#
|
Error = 'error'
|
#
|
Critical = 'critical'
Critical conditions, such as hard device errors.
Critical conditions, such as hard device errors.
|
#
|
Alert = 'alert'
A condition that should be corrected immediately, such as a corrupted system database.
A condition that should be corrected immediately, such as a corrupted system database.
|
#
|
Emergency = 'emergency'
A panic condition. The system is unusable.
A panic condition. The system is unusable.
|
#
|