* Call the libvirt logger with some information. Based on the configuration
* the message may be stored, sent to output or just discarded
*/
-void
+static void
+G_GNUC_PRINTF(7, 0)
virLogVMessage(virLogSourcePtr source,
virLogPriority priority,
const char *filename,
#pragma once
#include "internal.h"
-#include "virbuffer.h"
#ifdef PACKAGER_VERSION
# ifdef PACKAGER
const char *funcname,
virLogMetadataPtr metadata,
const char *fmt, ...) G_GNUC_PRINTF(7, 8);
-void virLogVMessage(virLogSourcePtr source,
- virLogPriority priority,
- const char *filename,
- int linenr,
- const char *funcname,
- virLogMetadataPtr metadata,
- const char *fmt,
- va_list vargs) G_GNUC_PRINTF(7, 0);
bool virLogProbablyLogMessage(const char *str);
virLogOutputPtr virLogOutputNew(virLogOutputFunc f,