设置输出模式

1
2
3
4
#include "nlohmann/json"
void main() {
spdlog::set_pattern("[%m-%d %H:%M:%S.%e][th %t][%s:%#,%!][%l][%v");
}