GithubHelp home page GithubHelp logo

log's Introduction

log

嵌入式软件开发中比较实用的日志打印功能

功能:

1.打印时间戳、标签、文件名、函数名、行号、信息

2.日志可以同时输出到文件

3.当日志超过预设大小时自动删除日志文件前半部分,保留后半部分

4.日志路径、日志大小、日志开关、是否写入文件等都可以通过配置文件配置

效果预览

[2019-10-25 17:27:52] [INFO ][main.c->main(15)]:this is test message, i is [0], name is [unflypig]
[2019-10-25 17:27:52] [DEBUG][main.c->main(16)]:this is test message, i is [2], name is [unflypig]
[2019-10-25 17:27:52] [ERROR][main.c->main(17)]:this is test message, i is [4], name is [unflypig]
[2019-10-25 17:27:52] [WARN ][main.c->main(18)]:this is test message, i is [6], name is [unflypig]

配置文件格式(默认路径为/etc/conf.d/my_log.conf)

#是否同步写入到文件中ON/OFF 是/否
WRITE_TO_FILE=ON
#日志文件最大限制(单位为MB)
LOG_LIMIT_SIZE_M=1
#DEBUG级别的日志打印开关ON/OFF 打印/不打印
LOG_DEBUG_SWITCH=ON

备注

python目录下为python实现的源码

log's People

Contributors

unflypig avatar

Stargazers

popy32 avatar hamburger avatar  avatar  avatar shuike avatar  avatar ZCJ-0410 avatar Duke avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.