C语言日志库 logging for c language
- 授权协议: None
- 开发语言: C/C++
- 操作系统: Linux
- 软件首页: https://git.oschina.net/pdb/logging
- 软件文档: https://git.oschina.net/pdb/logging
软件介绍
日志库:只有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++源代码;
-
支持按照日期切分文件;
