NAME
xo_set_syslog_enterprise_id
—
Set the enterprise identifier for
syslog content
LIBRARY
Text, XML, JSON, and HTML Output Emission Library (libxo, -lxo)
SYNOPSIS
#include
<libxo/xo.h>
void
xo_set_syslog_enterprise_id
(unsigned
short eid);
void
DESCRIPTION
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
SEE ALSO
HISTORY
The libxo
library first appeared in
FreeBSD 11.0.
AUTHORS
libxo
was written by Phil
Shafer
<phil@freebsd.org>.