|
lwpa
0.1.0
LightWeight Platform Abstraction (lwpa)
|
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 [LWPA_LOG_HOSTNAME_MAX_LEN] |
| Syslog HOSTNAME; see RFC 5424 § 6.2.4. | |
| char | app_name [LWPA_LOG_APP_NAME_MAX_LEN] |
| Syslog APP-NAME; see RFC 5424 § 6.2.5. | |
| char | procid [LWPA_LOG_PROCID_MAX_LEN] |
| Syslog PROCID; see RFC 5424 § 6.2.6. | |