hevake opened this issue 2 years ago · 1 comments
如:LogInfo("int:{} float:{}", 123, "hello");
LogInfo("int:{} float:{}", 123, "hello");
要用std::format才行,spdlog也是用的这个