LIBXO(3) | MidnightBSD Library Functions Manual | LIBXO(3) |
xo_set_syslog_enterprise_id
—
Set the enterprise identifier for syslog content
Text, XML, JSON, and HTML Output Emission Library (libxo, -lxo)
#include
<libxo/xo.h>
void
xo_set_syslog_enterprise_id
(unsigned
short eid);
void
The
xo_set_syslog_enterprise_id
()
function records an enterprise identifier used for subsequent
xo_syslog(3) calls.
Enterprise IDs are defined by IANA, the Internet Assigned Numbers
Authority:
https://www.iana.org/assignments/enterprise-numbers/enterprise-numbers
The libxo
library first appeared in
FreeBSD 11.0.
libxo
was written by Phil
Shafer
<phil@freebsd.org>.
July 20, 2015 | midnightbsd-3.1 |