Lines Matching refs:closelog
129 * closelog:: Close connection to Syslog
183 calling @code{closelog}: @xref{closelog}.
187 you must call @code{closelog} before any point where your library might
200 closelog ();
204 Without the call to @code{closelog}, future invocations of @code{syslog}
269 @c There is a bug in closelog() (glibc 2.1.3) wherein it does not reset the
457 @node closelog
458 @subsection closelog
463 @deftypefun void closelog (void)
466 @c closelog @asulock @aculock @acsfd
473 @code{closelog} closes the current Syslog connection, if there is one.
475 @code{closelog} also sets the identification string for Syslog messages
481 generate custom syslog output, you should use @code{closelog} to drop
486 @code{closelog} does not flush any buffers. You do not have to call
487 @code{closelog} before re-opening a Syslog connection with @code{openlog}.
555 Here is an example of @code{openlog}, @code{syslog}, and @code{closelog}:
571 closelog ();