syslog(3): send messages to system logger - Linux man page
syslog() generates a log message, which will be distributed by syslogd(8). The priority argument is formed by ORing the facility and the level values ... ... #include void openlog(const char *ident, int option, int facility); void syslog(int priority, co...