cpp-main/cpp-tbox

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

hevake opened this issue · 1 comments

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

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