summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/stream_support.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/stream_support.h b/lib/stream_support.h
index f5c5e37..5f276fd 100644
--- a/lib/stream_support.h
+++ b/lib/stream_support.h
@@ -115,3 +115,4 @@ namespace {
}
#define CLOG(x) clogImpl(x, #x)
+#define CLOGf(...) clogImpl(std::format(__VA_ARGS__), "msg")