secpolev_vlog()

Log a message using the log callback (varargs)

Synopsis:

#include <secpol/secpolev.h>
void void secpolev_vlog(char const *format,
                        va_list args)

Arguments:

format
A printf-style format string.
args
The values to output.

Library:

libsecpolev

Description:

The secpol_vlog() function logs a message using the log callback set by secpolev_set_log_callback(). If the log callback is not set, output is written to stderr.

The secpol_vlog() function is a "varargs" version of secpol_log().

Page updated: