cpp-tbox
cpp-tbox copied to clipboard
期望日志系统能实现spdlog的格式化功能
如:LogInfo("int:{} float:{}", 123, "hello");
要用std::format才行,spdlog也是用的这个