embedded-framework/utils/Log/src/easyloggingpp
2023-09-08 08:10:30 -07:00
..
default-logger.conf Add new Log module and use clang-tidy in test code. 2023-09-08 08:10:30 -07:00
easylogging++.cc Add new Log module and use clang-tidy in test code. 2023-09-08 08:10:30 -07:00
easylogging++.h Add new Log module and use clang-tidy in test code. 2023-09-08 08:10:30 -07:00
README.txt Add new Log module and use clang-tidy in test code. 2023-09-08 08:10:30 -07:00

这是一个开源库的源码。
注意:
//1. 需要定义宏
//#define ELPP_UNICODE     // Define for easylogging
2. 初始化
INITIALIZE_EASYLOGGINGPP // Init easylogging
//3. 支持多线程,在源码头文件"easyloggingpp.h"定义宏
//#define ELPP_THREAD_SAFE // Working in threads. Added by xiaojiazhu
4. ELPP_NO_DEFAULT_LOG_FILE 此宏屏蔽生成默认的log文件