NicoleRobin / ZYLog

simple log library

Home Page:https://github.com/NicoleRobin/ZYLog/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZYLog

简单日志库

效果图

效果图

版本

V1.0.1

该版本支持多种等级日志,每行日志输出精确时间,文件,函数名,行号等信息,方便定位问题。

编译

  1. cd zylog
  2. mkdir build && cd build
  3. cmake ../
  4. make

问题

  1. 在实际工作中经常遇到这样的情况:虽然能定位到错误发生在哪个函数,但是当该函数是较底层的函数时,无法得知是哪个上层函数调用的,也会导致不好分析问题,怎么从日志中解决这个问题?

About

simple log library

https://github.com/NicoleRobin/ZYLog/wiki

License:MIT License


Languages

Language:C++ 86.5%Language:CMake 12.3%Language:Shell 1.2%