cpp-tbox icon indicating copy to clipboard operation
cpp-tbox copied to clipboard

期望日志系统能实现spdlog的格式化功能

Open hevake opened this issue 2 years ago • 1 comments

如:LogInfo("int:{} float:{}", 123, "hello");

hevake avatar Jun 27 '23 01:06 hevake

要用std::format才行,spdlog也是用的这个

momooy avatar Aug 14 '23 01:08 momooy