C语言日志库 logging for c language

码农软件 · 软件分类 · 日志工具(Logging) · 2019-09-20 12:13:36

软件介绍

日志库:只有logging.h, logging.c 文件,包含即可,使用方便。

  • 支持定时刷日志;

  • 支持日志缓冲大小设置;

  • 支持8个日志级别;

        emergency, /* application is unusable */
        alert, /* action must be taken immediately */
        critical, /* critical conditions */
        error, /* error conditions */
        warning, /* warning conditions */
        notice, /* normal but significant condition */
        info, /* informational */
        debug, /* debug-level messages */

  • 支持终端日志彩色显示;

  • 支持文件日志切分;

  • 支持调试模式 -D DEBUG;

  • 支持C/C++源代码;

  • 支持按照日期切分文件;

本文地址:https://codercto.com/soft/d/15005.html

jQuery in Action

jQuery in Action

Bear Bibeault、Yehuda Katz / Manning Publications / 2008-2-17 / USD 39.99

A good web development framework anticipates what you need to do and makes those tasks easier and more efficient; jQuery practically reads your mind. Developers of every stripe-hobbyists and professio......一起来看看 《jQuery in Action》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具