refactor: replace fmt ostreams with stringify
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
@@ -80,4 +80,4 @@ class Logger {
|
||||
|
||||
extern logging::Logger glogger;
|
||||
|
||||
#define debug(x) glogger.debug("{} = {}", #x, x);
|
||||
#define dbg(x) glogger.debug("{} = {}", #x, x);
|
||||
|
||||
Reference in New Issue
Block a user