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://www.codercto.com/soft/d/15005.html

The Sovereign Individual

The Sovereign Individual

James Dale Davidson、William Rees-Mogg / Free Press / 1999-08-26 / USD 16.00

Two renowned investment advisors and authors of the bestseller The Great Reckoning bring to light both currents of disaster and the potential for prosperity and renewal in the face of radical changes ......一起来看看 《The Sovereign Individual》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换