lib: add bt_lib_log_v()
[babeltrace.git] / src / lib / logging.h
index 25699c84b81c5ae06aa44baf70b6cbb3a425a5ef..8462e47cb782787868d02ad9f04c286cb7f8bbb7 100644 (file)
@@ -57,6 +57,9 @@ int bt_lib_log_level;
 void bt_lib_log(const char *func, const char *file, unsigned line,
                int lvl, const char *tag, const char *fmt, ...);
 
+void bt_lib_log_v(const char *func, const char *file, unsigned line,
+               int lvl, const char *tag, const char *fmt, va_list *args);
+
 #define BT_LIB_LOG_AND_APPEND(_lvl, _fmt, ...)                         \
        do {                                                            \
                bt_lib_maybe_log_and_append_cause(                      \
This page took 0.024466 seconds and 4 git commands to generate.