iPXE
Macros
Syslog priorities

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. More...
 
#define LOG_ALERT   1
 Alert: action must be taken immediately. More...
 
#define LOG_CRIT   2
 Critical: critical conditions. More...
 
#define LOG_ERR   3
 Error: error conditions. More...
 
#define LOG_WARNING   4
 Warning: warning conditions. More...
 
#define LOG_NOTICE   5
 Notice: normal but significant conditions. More...
 
#define LOG_INFO   6
 Informational: informational messages. More...
 
#define LOG_DEBUG   7
 Debug: debug-level messages. More...
 

Detailed Description

These values are chosen to match those used in the syslog network protocol (RFC 5424).

Macro Definition Documentation

◆ LOG_EMERG

#define LOG_EMERG   0

Emergency: system is unusable.

Definition at line 26 of file syslog.h.

◆ LOG_ALERT

#define LOG_ALERT   1

Alert: action must be taken immediately.

Definition at line 29 of file syslog.h.

◆ LOG_CRIT

#define LOG_CRIT   2

Critical: critical conditions.

Definition at line 32 of file syslog.h.

◆ LOG_ERR

#define LOG_ERR   3

Error: error conditions.

Definition at line 35 of file syslog.h.

◆ LOG_WARNING

#define LOG_WARNING   4

Warning: warning conditions.

Definition at line 38 of file syslog.h.

◆ LOG_NOTICE

#define LOG_NOTICE   5

Notice: normal but significant conditions.

Definition at line 41 of file syslog.h.

◆ LOG_INFO

#define LOG_INFO   6

Informational: informational messages.

Definition at line 44 of file syslog.h.

◆ LOG_DEBUG

#define LOG_DEBUG   7

Debug: debug-level messages.

Definition at line 47 of file syslog.h.