FD.io VPP  v19.01.2-3-gf61a1a8
Vector Packet Processing
syslog_header_t Struct Reference

syslog header More...

Data Fields

syslog_facility_t facility
 facility value, part of priority More...
 
syslog_severity_t severity
 severity value, part of priority More...
 
f64 timestamp
 message timestamp More...
 
char * app_name
 application that originated the message RFC5424 6.2.5. More...
 
char * msgid
 identify the type of message RFC5424 6.2.7. More...
 

Detailed Description

syslog header

Definition at line 76 of file syslog.h.

Field Documentation

char* syslog_header_t::app_name

application that originated the message RFC5424 6.2.5.

Definition at line 88 of file syslog.h.

syslog_facility_t syslog_header_t::facility

facility value, part of priority

Definition at line 79 of file syslog.h.

char* syslog_header_t::msgid

identify the type of message RFC5424 6.2.7.

Definition at line 91 of file syslog.h.

syslog_severity_t syslog_header_t::severity

severity value, part of priority

Definition at line 82 of file syslog.h.

f64 syslog_header_t::timestamp

message timestamp

Definition at line 85 of file syslog.h.


The documentation for this struct was generated from the following file: