Member Name | Description |
---|
LOG_ALERT | A condition that should be corrected immediately, such as a
corrupted system database.
[Edit]
|
LOG_CRIT | Critical conditions, e.g., hard device errors.
[Edit]
|
LOG_DEBUG | Messages that contain information normally of use only when
debugging a program.
[Edit]
|
LOG_EMERG | A panic condition. This is normally broadcast to all users.
[Edit]
|
LOG_ERR | Errors.
[Edit]
|
LOG_INFO | Informational messages.
[Edit]
|
LOG_NOTICE | Conditions that are not error conditions, but should possibly
be handled specially.
[Edit]
|
LOG_WARNING | Warning messages.
[Edit]
|