summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/include/verbose.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/include/verbose.h')
-rw-r--r--src/third_party/wiredtiger/src/include/verbose.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/src/include/verbose.h b/src/third_party/wiredtiger/src/include/verbose.h
index 2aeb383b7e2..ea030e47b91 100644
--- a/src/third_party/wiredtiger/src/include/verbose.h
+++ b/src/third_party/wiredtiger/src/include/verbose.h
@@ -177,6 +177,20 @@ struct __wt_verbose_multi_category {
__wt_verbose_level(session, category, WT_VERBOSE_DEBUG_1, fmt, __VA_ARGS__)
/*
+ * __wt_verbose_debug2 --
+ * Wrapper to __wt_verbose_level using the DEBUG_2 level.
+ */
+#define __wt_verbose_debug2(session, category, fmt, ...) \
+ __wt_verbose_level(session, category, WT_VERBOSE_DEBUG_2, fmt, __VA_ARGS__)
+
+/*
+ * __wt_verbose_debug3 --
+ * Wrapper to __wt_verbose_level using the DEBUG_3 level.
+ */
+#define __wt_verbose_debug3(session, category, fmt, ...) \
+ __wt_verbose_level(session, category, WT_VERBOSE_DEBUG_3, fmt, __VA_ARGS__)
+
+/*
* __wt_verbose --
* Display a verbose message using the default verbosity level. Not an inlined function because
* you can't inline functions taking variadic arguments and we don't want to make a function