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
https://github.com/gabime/spdlog/wiki

你可能感兴趣的:(lib,C_C++,c++)