1 Star 0 Fork 1

zhaoyao / klog

forked from CageQ / klog 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 332 Bytes
一键复制 编辑 原始数据 按行查看 历史
cageq 提交于 2021-01-18 09:41 . update

klog

tiny easy log lib wrapper

Usage :

Provide three different apis

    //xput api
    dput("hello " , 2021 ); // no format ,put all in parameters 
    
    //xlog api 
    dlog("hello {}", 2021); // python like format use {} as format

    //xout api  
    dout <<  "hello"  << 2021 ; // stream output 
C++
1
https://gitee.com/zhaoyao219/klog.git
git@gitee.com:zhaoyao219/klog.git
zhaoyao219
klog
klog
master

搜索帮助