Posts Tagged ‘logger’
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);
[...]
