资源简介
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
相关资源
- 国际象棋的qt源代码
- C++中头文件与源文件的作用详解
- C++多线程网络编程Socket
- VC++ 多线程文件读写操作
- 利用C++哈希表的方法实现电话号码查
- 移木块游戏,可以自编自玩,vc6.0编写
- C++纯文字DOS超小RPG游戏
- VC++MFC小游戏实例教程(实例)+MFC类库
- 连铸温度场计算程序(C++)
- 6自由度机器人运动学正反解C++程序
- Em算法(使用C++编写)
- libstdc++-4.4.7-4.el6.i686.rpm
- VC++实现CMD命令执行与获得返回信息
- 白话C++(全)
- C++标准库第1、2
- 大数类c++大数类
- C++语言编写串口调试助手
- c++素数筛选法
- C++ mqtt 用法
- 商品库存管理系统 C++ MFC
- c++ 多功能计算器
- C++17 In Detail
- 嵌入式QtC++编程课件
- 颜色识别形状识别STM103嵌入式代码
- c++ 邮件多附件群发
- c++ 透明代理(hookproxy)
- mfc 调用redis
- FTP客户端源码(c++)
- c++ 画图(14Qt-XPS)
- c++多边形交并差运算
评论
共有 条评论