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

vslogf()

Send a message to the system logger

Synopsis:

#include <stdio.h>
#include <sys/slog.h>

int vslogf( int opcode,
            int severity, 
            const char * fmt,
            va_list arg );

Library:

libc

Description:

For information on this function, see slogf().

Classification:

QNX 6

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

See also:

slogf()

slogger, sloginfo in the Utilities Reference


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