10 lines
379 B
Plaintext
10 lines
379 B
Plaintext
这是一个开源库的源码。
|
|
注意:
|
|
//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文件
|