vsyslog

Name

vsyslog -- log to system log

Synopsis

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

Description

vsyslog is identical to syslog as specified in the Single UNIX Specification, except that arglist (as defined by stdarg.h) replaces the variable number of arguments.

The caller is responsible for running va_end after calling vsyslog.