Close the system log
#include <syslog.h> void closelog( void );
libc
The closelog() function closes the connection to syslogd.
| Safety: | |
|---|---|
| Cancellation point | Yes |
| Interrupt handler | No |
| Signal handler | No |
| Thread | Yes |
logger, openlog(), setlogmask(), syslogd, syslog(), vsyslog(),