EtcPal
0.4.1
ETC Platform Abstraction Layer (EtcPal)
|
View other versions:
|
A set of parameters for the syslog header.
Data Fields | |
int | facility |
Syslog Facility; see RFC 5424 § 6.2.1. | |
char | hostname [ETCPAL_LOG_HOSTNAME_MAX_LEN] |
Syslog HOSTNAME; see RFC 5424 § 6.2.4. | |
char | app_name [ETCPAL_LOG_APP_NAME_MAX_LEN] |
Syslog APP-NAME; see RFC 5424 § 6.2.5. | |
char | procid [ETCPAL_LOG_PROCID_MAX_LEN] |
Syslog PROCID; see RFC 5424 § 6.2.6. | |