example
cmake -DCMAKE_INSTALL_PREFIX=/安装路径
使用:
#include "include/Log.h"
int main() {
LOG_INIT("logFilebaseName");
Log(INFO) << "this is Log line";
Log(DEBUG) << "this is another Log line";
LOG_EXIT();
}
使用Disruptor的并发编程模型实现的异步日志。Disruptor。