lib: add internal BT_LIB_LOG*_APPEND_CAUSE() macros
[babeltrace.git] / CONTRIBUTING.adoc
index df4ae3cf167558a04d9b9d04952ac47a489f86b5..d9ddf815e4b858ec522e53fbf6d2aff46146d74c 100644 (file)
@@ -583,6 +583,18 @@ of `+BT_LOG*()+`:
 `+BT_LIB_LOGF("format string", ...)+`::
     Library fatal logging statement.
 
+`+BT_LIB_LOGW_APPEND_CAUSE("format string", ...)+`::
+    Library warning logging statement, and unconditional error cause
+    appending.
+
+`+BT_LIB_LOGE_APPEND_CAUSE("format string", ...)+`::
+    Library error logging statement, and unconditional error cause
+    appending.
+
+`+BT_LIB_LOGF_APPEND_CAUSE("format string", ...)+`::
+    Library fatal logging statement, and unconditional error cause
+    appending.
+
 The macros above accept the typical `printf()` conversion specifiers
 with the following limitations:
 
This page took 0.023567 seconds and 4 git commands to generate.