hunting/utils/Log/src/easyloggingpp
2024-06-15 08:36:44 +08:00
..
default-logger.conf Add build and hal and utils. 2024-06-15 08:36:44 +08:00
easylogging++.cc Add build and hal and utils. 2024-06-15 08:36:44 +08:00
easylogging++.h Add build and hal and utils. 2024-06-15 08:36:44 +08:00
README.txt Add build and hal and utils. 2024-06-15 08:36:44 +08: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文件