Re-implement BT_ASSERT without using the assert macro
[deliverable/babeltrace.git] / plugins / ctf / common / metadata / logging.h
index 78a41a66a7a3cb02d188127b7d30d97d08c5f482..8c04b1ca6c92cfb5bfa02922e5ff135e182a7e87 100644 (file)
@@ -28,6 +28,9 @@
 
 BT_LOG_LEVEL_EXTERN_SYMBOL(metadata_log_level);
 
+#define _BT_LOGV_LINENO(_lineno, _msg, args...) \
+       BT_LOGV("At line %u in metadata stream: " _msg, _lineno, ## args)
+
 #define _BT_LOGW_LINENO(_lineno, _msg, args...) \
        BT_LOGW("At line %u in metadata stream: " _msg, _lineno, ## args)
 
This page took 0.024138 seconds and 5 git commands to generate.