[Previous]
[Contents]
[Next]

closelog()

close the system log

Synopsis:

#include <syslog.h>
void closelog( void )

Description:

The closelog() function closes the connection to syslogd.

Classification:

UNIX

Safety:
Interrupt handler No
Signal handler No
Thread Yes

See also:

openlog(), setlogmask(), syslog(), vsyslog()

logger, syslogd in the QNX Utilities Reference


[Previous]
[Contents]
[Next]