Easylogging++ 默认是不支持Qt的数值类型,字符串,字符类型的输出,必须要手工开启才行。Easylogging++.h 文件里面加入:#define ELPP_QT_LOGGING 1使得ELPP_QT_LOGGING 这个宏定义有效,这样下面的就会自动包含相关的Qt的头文件。这样就可以直接使用QT内置的类型输出了。... github下载链接 https://github.com/amrayn/ easy log gin gpp 日志库 Easy Log gin g++ 学习系列(1)—— 简要介绍 日志库 Easy Log gin g++ 学习系列(2)—— 日志级别 日志库 Easy Log gin g++ 学习系列(3)—— 配置功能 日志库 Easy Log gin g++ 学习系列(4)—— 格式说明符 日志库 Easy Log gin g++ 学习系列(5)—— 辅助配置功能 日志库 Easy Log gin g++
开源库位置:https://github.com/amrayn/ easy log gin gpp log _test.cc #include " easy log gin g++ .h" INITIALIZE_ EASY LOG GIN GPP // g++ log _test.cc easy log gin g++ .cc -o log _test -std=c++11 int main(int argc, const char** argv) { // Load configuration from file el::Configura