Command Section

LIBXO(3)               FreeBSD Library Functions Manual               LIBXO(3)

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
     xo_syslog(3), libxo(3)

HISTORY
     The libxo library first appeared in FreeBSD 11.0.

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

FreeBSD 13.1-RELEASE-p6          July 20, 2015         FreeBSD 13.1-RELEASE-p6

Command Section

man2web Home...