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

Web Applications (Hacking Exposed)

Web Applications (Hacking Exposed)

Joel Scambray、Mike Shema / McGraw-Hill Osborne Media / 2002-06-19 / USD 49.99

Get in-depth coverage of Web application platforms and their vulnerabilities, presented the same popular format as the international bestseller, Hacking Exposed. Covering hacking scenarios across diff......一起来看看 《Web Applications (Hacking Exposed)》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

MD5 加密
MD5 加密

MD5 加密工具

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具