From 127cbcfafd91dca1c4211cbb15a881d782747214 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 23 Feb 2025 23:55:58 +0000 Subject: Add CLOGf for formatting logger --- lib/stream_support.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') 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") -- cgit v1.2.3