(libc.info.gz) Submitting Syslog Messages

Info Catalog (libc.info.gz) Overview of Syslog (libc.info.gz) Syslog
 
 18.2 Submitting Syslog Messages
 ===============================
 
 The GNU C library provides functions to submit messages to the Syslog
 facility:
 

Menu

 
* openlog                      Open connection to Syslog
* syslog; vsyslog              Submit message to Syslog
* closelog                     Close connection to Syslog
* setlogmask                   Cause certain messages to be ignored
* Syslog Example               Example of all of the above
 
    These functions only work to submit messages to the Syslog facility
 on the same system.  To submit a message to the Syslog facility on
 another system, use the socket I/O functions to write a UDP datagram to
 the `syslog' UDP port on that system.   Sockets.
 
Info Catalog (libc.info.gz) Overview of Syslog (libc.info.gz) Syslog
automatically generated by info2html