Operating systems, development tools, and professional services
for connected embedded systems
for connected embedded systems
![]() |
![]() |
![]() |
![]() |
closelog()
Close the system log
Synopsis:
#include <syslog.h> void closelog( void );
Library:
libc
Use the -l c option to qcc to link against this library. This library is usually included automatically.
Description:
The closelog() function closes the connection to syslogd.
Classification:
| Safety: | |
|---|---|
| Cancellation point | Yes |
| Interrupt handler | No |
| Signal handler | No |
| Thread | Yes |
See also:
openlog(), setlogmask(), syslog(), vsyslog()
logger, syslogd in the Utilities Reference
![]() |
![]() |
![]() |
![]() |

![[Previous]](../prev.gif)
![[Contents]](../contents.gif)
![[Index]](../keyword_index.gif)
![[Next]](../next.gif)