| www.delorie.com/gnu/docs/glibc/libc_381.html | search |
![]() Buy the book! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
The GNU C library provides functions to submit messages to the Syslog facility:
18.2.1 openlog Open connection to Syslog 18.2.2 syslog, vsyslog Submit message to Syslog 18.2.3 closelog Close connection to Syslog 18.2.4 setlogmask Cause certain messages to be ignored 18.2.5 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. See section 16. Sockets.
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |