syslog (3) Linux Manual Page
closelog, openlog, syslog, vsyslog – send messages to the system logger Synopsis #include <syslog.h> void openlog(const char *ident, int option, int facility); void syslog(int priority, const char *format, …); void closelog(void); void vsyslog(int priority, const char *format, va_list ap); Feature Test Macro Requirements for glibc (see feature_test_macros(7)): vsyslog(): Since glibc 2.19: _DEFAULT_SOURCE Glibc 2.19 and…
