文件名称:gzlog
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2013-07-04
- 文件大小:
- 4kb
- 下载次数:
- 0次
- 提 供 者:
- xingb*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
The gzlog object allows writing short messages to a gzipped log file, opening the log file locked for small bursts, and then closing it. The log object works by appending stored data to the gzip file until 1 MB has been accumulated. At that time, the stored data is compressed, and replaces the uncompressed data in the file. The log file is truncated to its new size at that time. After closing, the log file is always valid gzip file that can decompressed to recover what was written for Linux.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
gzlog.c
gzlog.h