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 ISO POSIX (2003), except that arglist (as defined by stdarg.h) replaces the variable number of arguments.