C++日志库——spdlog

介绍

https://github.com/gabime/spdlog.git

spdlog is a header only library. Just copy the files under include to your build tree and use a C++11 compiler.
spdlog是一个仅有头文件的库,只需要拷贝include下面的文件加到本地工程目录并使用支持C++11的编译器编译即可。

使用

参考官方wiki:spdlog

posted @ 2024-01-14 21:23  main_c  阅读(1)  评论(0)    收藏  举报  来源