Skip to content

Swaggerzhan/AsyncLog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AsyncLog

0x00 使用

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();
}

0x01 思路

使用Disruptor的并发编程模型实现的异步日志。Disruptor

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published