|
iPXE
|
These values are chosen to match those used in the syslog network protocol (RFC 5424). More...
Macros | |
| #define | LOG_EMERG 0 |
| Emergency: system is unusable. | |
| #define | LOG_ALERT 1 |
| Alert: action must be taken immediately. | |
| #define | LOG_CRIT 2 |
| Critical: critical conditions. | |
| #define | LOG_ERR 3 |
| Error: error conditions. | |
| #define | LOG_WARNING 4 |
| Warning: warning conditions. | |
| #define | LOG_NOTICE 5 |
| Notice: normal but significant conditions. | |
| #define | LOG_INFO 6 |
| Informational: informational messages. | |
| #define | LOG_DEBUG 7 |
| Debug: debug-level messages. | |
These values are chosen to match those used in the syslog network protocol (RFC 5424).
| #define LOG_ALERT 1 |
| #define LOG_ERR 3 |
Error: error conditions.
Definition at line 36 of file syslog.h.
Referenced by downloader_finished(), image_exec(), imgdecrypt(), and imgverify().
| #define LOG_NOTICE 5 |
Notice: normal but significant conditions.
Definition at line 42 of file syslog.h.
Referenced by downloader_finished(), image_exec(), imgdecrypt(), and imgverify().