摘要:
这里记录一下 spdlog log 的 pattern 具体参数,官方链接见 https://github.com/gabime/spdlog/wiki/3.-Custom-formatting#pattern-flags 简单版见下表 flag meaning example %v The act 阅读全文
摘要:
跟着官网的Demo试验了一下,发现跑起来就Abort了,下面是具体的报错 terminate called after throwing an instance of 'std::system_error' what(): Unknown error -1 Aborted (core dumped) 阅读全文