Open System Services Library Calls Reference Manual (G06.28+, H06.05+)
OSS Library Calls (a - d) closelog(3)
NAME
closelog - Closes the Event Management Service (EMS) event log file
LIBRARY
G-series native OSS processes: /G/system/sysnn/zossesrl
H-series OSS processes: /G/system/zdllnnn/zossedll
SYNOPSIS
#include <syslog.h>
void closelog(void);
DESCRIPTION
The closelog() function closes the connection to the event-message collector that was opened by
the syslog() or openlog() function.
RETURN VALUES
None.
ERRORS
None. This function does not set errno.
RELATED INFORMATION
Functions: openlog(3), setlogmask(3), syslog(3).
Commands: logger(1).
STANDARDS CONFORMANCE
This function is defined in the XPG4 Version 2 specification.
527187-007 Hewlett-Packard Company 1−53