资源简介
log4z
log4z 是一款开源的C++轻量级日志库. 他提供了在C++程序中使用日志和跟踪调试的功能.
log4z的优点
1. MIT开源授权 无限制使用.
2. 轻量级, 跨平台 可在linux与windows上共同使用.
3. 完整的日志优先级控制.
4. 多日志分流 线程安全.
5. 可通过配置文件全程配置.
6. 屏幕日志为彩色输出, 信息简约整洁.
代码片段和文件信息
/*
* Log4z License
* -----------
*
* Log4z is licensed under the terms of the MIT license reproduced below.
* This means that Log4z is free software and can be used for both academic
* and commercial purposes at absolutely no cost.
*
*
* ===============================================================================
*
* Copyright (C) 2012 YaweiZhang .
*
* Permission is hereby granted free of charge to any person obtaining a copy
* of this software and associated documentation files (the “Software“) to deal
* in the Software without restriction including without limitation the rights
* to use copy modify merge publish distribute sublicense and/or sell
* copies of the Software and to permit persons to whom the Software is
* furnished to do so subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED “AS IS“ WITHOUT WARRANTY OF ANY KIND EXPRESS OR
* IMPLIED INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM DAMAGES OR OTHER
* LIABILITY WHETHER IN AN ACTION OF CONTRACT TORT OR OTHERWISE ARISING FROM
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* ===============================================================================
*
* (end of COPYRIGHT)
*/
#include “log4z.h“
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
//#include
#include
#include
#include
#include
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2013-01-26 05:49 log4z-master\
文件 2178 2013-01-26 05:49 log4z-master\.gitignore
文件 1484 2013-01-26 05:49 log4z-master\COPYRIGHT
文件 1014 2013-01-26 05:49 log4z-master\HISTORY
文件 836 2013-01-26 05:49 log4z-master\README.md
目录 0 2013-01-26 05:49 log4z-master\doc\
文件 235520 2013-01-26 05:49 log4z-master\doc\log4z_chs.doc
文件 235520 2013-01-26 05:49 log4z-master\doc\log4z_en.doc
文件 22692 2013-01-26 05:49 log4z-master\log4z.cpp
文件 6577 2013-01-26 05:49 log4z-master\log4z.h
目录 0 2013-01-26 05:49 log4z-master\project\
文件 3861 2013-01-26 05:49 log4z-master\project\advanced_test.cpp
文件 1244 2013-01-26 05:49 log4z-master\project\advanced_test.sln
文件 6737 2013-01-26 05:49 log4z-master\project\advanced_test.vcproj
文件 317 2013-01-26 05:49 log4z-master\project\config.xm
文件 490 2013-01-26 05:49 log4z-master\project\fast_test.cpp
文件 1236 2013-01-26 05:49 log4z-master\project\fast_test.sln
文件 6725 2013-01-26 05:49 log4z-master\project\fast_test.vcproj
文件 178 2013-01-26 05:49 log4z-master\project\makefile
相关资源
- 象棋C++棋牌网络游戏
- compat-libstdc++-33-3.2.3.i386.rpm
- C++学籍管理系统
- VC++ 多光谱影像处理
- C++ 几何运算源码
- 音像店(用c++做的课程设计)
- 基于MPI-GA的TSP问题C++代码
- C++ 开发大全基础篇PDF扫描版
- RANSAC算法 C++实现
- DNS中继服务器C++版
- Huffman 编码器与解码器-----数据结构课
- 酒店管理系统 VC++ MFC实现)
- 不精确一维搜索wolfe算法
- 用c++ 定义一个车(Vehicle)基类,有
- c++写的学生成绩管理系统
- 操作系统实习:动态分区分配C++实现
- 遥感图像彩色合成C++
- vc++ 浏览器 完整版
- 电话簿管理程序C++语言编写
- C++选课系统
- 原创c++二叉树抽象数据类型实现
- C++基础入门编写游戏代码及角色扮演
- 杂志订阅系统C++
- C++实验报告
- 多项式类的C++实现乘法、加法、代入
- aes算法实现C++)
- C++ 数字图像处理源代码
- c++面向对象课程设计报告_(学生成绩
- c++primer_第五版_中文版(完整).rar
- c++实现的哈夫曼编码和解码源代码
评论
共有 条评论