NAME

catlog_vevent - log an event

SYNOPSIS

#include <cat/cat.h>

#include <cat/log.h>

int catlog_vevent(cat_session *sess, const char *label, ...);

DESCRIPTION

The processing of this function is as for catlog_event(), but this function takes a variable number of arguments for the positional parameters of the log message.

See catlog_event for more details.

SEE ALSO

cat, catlog

catlog_event