[Previous] [Contents] [Index] [Next]

vsyslog()

Control system log

Synopsis:

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

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

Library:

libc

Description:

For information on this function, see syslog().

Classification:

Unix

Safety:
Cancellation point Yes
Interrupt handler No
Signal handler No
Thread No

See also:

syslog()


[Previous] [Contents] [Index] [Next]