Posts Tagged ‘closelog’

closelog, openlog, syslog – send messages to the system logger
USAGE
#include <syslog.h>

void openlog(const char *ident, int option, int facility);
void syslog(int priority, const char *format, …);
void closelog(void);

[...]

Thursday, August 27th, 2009 at 00:26 | Comments Off
Categories: O, S, c
TOP