Name
vsyslog -- log to system log
Synopsis
void vsyslog (int priority, char *message, va_list arglist) |
Description
Identical to syslog as specified in the SUS, 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.