Manual Page Search Parameters
LIBXO(3) Library Functions Manual LIBXO(3)

xo_set_syslog_enterprise_idSet 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 () 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

xo_syslog(3), libxo(3)

The libxo library first appeared in FreeBSD 11.0.

libxo was written by Phil Shafer <phil@freebsd.org>.

July 20, 2015 dev