[Previous] [Contents] [Next]

closelog()

Close the system log

Synopsis:

#include <syslog.h>

void closelog( void );

Library:

libc

Description:

The closelog() function closes the connection to syslogd.

Classification:

Standard Unix

Safety:
Cancellation point Yes
Interrupt handler No
Signal handler No
Thread Yes

See also:

logger, openlog(), setlogmask(), syslogd, syslog(), vsyslog(),


[Previous] [Contents] [Next]