vsyslog

Name

vsyslog -- log to system log

Synopsis

#include <stdarg.h>
#include <syslog.h>

void vsyslog(int priority, char * message, va_list arglist);

Description

The vsyslog() function is identical to syslog() as specified in POSIX 1003.1-2008 (ISO/IEC 9945-2009), except that arglist (as defined by stdarg.h) replaces the variable number of arguments.