Welcome![Sign In][Sign Up]
Location:
Search - log4cxx

Search list

[Linux-Unixlog4cxx-0.9.7.tar

Description: 功能非常强的写日志程序,支持灵活的配置方式,可定义日志文件大小、记录不同级别的日志。-function very strong diary procedures, support flexible configuration, defined log file size, record different levels of log.
Platform: | Size: 256449 | Author: 张志 | Hits:

[Windows Developtestlog

Description: 1.apache log4cxx库的测试程序,c++写日志不错的工具
Platform: | Size: 18333 | Author: 胡家宝 | Hits:

[File OperateVC_Log_Test

Description: 一个打包好的写日志类,很方便的实现SACII,二进制日志文件的读写,用VC开发-a good package written log type, very easy to achieve SACII, binary log file read and write, using VC
Platform: | Size: 34816 | Author: zj | Hits:

[Linux-Unixlog4cxx-0.9.7.tar

Description: 功能非常强的写日志程序,支持灵活的配置方式,可定义日志文件大小、记录不同级别的日志。-function very strong diary procedures, support flexible configuration, defined log file size, record different levels of log.
Platform: | Size: 256000 | Author: 张志 | Hits:

[Windows Developtestlog

Description: 1.apache log4cxx库的测试程序,c++写日志不错的工具-1.apache log4cxx library of test procedures, c++ To write a good tool for log
Platform: | Size: 18432 | Author: | Hits:

[MultiLanguagelog4cxx

Description: 日志的开源库,很容易调用实现,可以大大减少日志开发时间
Platform: | Size: 97280 | Author: 周酩超 | Hits:

[Windows DevelopApacheLogDemo

Description: apache log4cxx的使用演示,可以看看输出LOG到底有多方便。-apache log4cxx the use of demonstration, in the end can take a look at how easy LOG output.
Platform: | Size: 538624 | Author: mason | Hits:

[Windows Developlog4cxx0.10.2

Description: log4cxx 0.10版 windows直接编译包,已经安装集成了windows下需要的依赖包,vc6直接编译-log4cxx 0.10 version of windows directly compiled package, integrates the windows have been installed under the package needs to rely on, vc6 compiler directly
Platform: | Size: 5092352 | Author: 保密 | Hits:

[Linux-Unixlog4cxx090402.tar

Description: log4cxx 0.10 unix下编译包,已经集成unix下所有需要的依赖包,直接执行编译角本compile.sh就可以得到你所需要的一编译包-log4cxx 0.10 unix compiled under the package, has integrated all the requirements under unix dependency package, angle of the direct implementation of the compiler can be compile.sh you need a compiler package
Platform: | Size: 4139008 | Author: 保密 | Hits:

[OS programlog4cxx-0.10.0-vc6-June2008

Description: 开源C++日志系统Apache Log4Cxx 0.10.0 for vc6.0,含源代码和工程文件,windows平台下直接编译。-Open source C++ log system Apache Log4Cxx 0.10.0 for vc6.0, including source code and project files, windows platform compiler directly.
Platform: | Size: 7028736 | Author: stephen | Hits:

[OS programlog4cxx-0.10.0-vc2008-June2008

Description: 开源C++日志系统Apache Log4Cxx 0.10.0 for vc9.0(VS2008),含源代码和工程文件,Windows平台下直接编译。-Open source C++ log system Apache Log4Cxx 0.10.0 for vc9.0 (VS2008), including source code and project file, Windows platform, the compiler directly.
Platform: | Size: 7533568 | Author: stephen | Hits:

[File Operateapache-log4cxx-0.10.0

Description: log4cXXc++日志操作类库,使用非常方便-Log log4cXXc++ class library operations, the use of very convenient! ! ! ! ! ! ! !
Platform: | Size: 3318784 | Author: gggg | Hits:

[Linux-Unixapr-util-1.2.2.tar

Description: use for log4cxx, use for the system didn t have this pacage
Platform: | Size: 645120 | Author: dund | Hits:

[.netlog4cxx-0.10.0

Description: 通过vs2010的编译,通过使用没有发现任何问题!-can use in vs2010!
Platform: | Size: 52588544 | Author: 高建波 | Hits:

[OtherLog

Description: 一个日志输出模块,对log4cxx进行封装,静态链接log4cxx,非常实用-a wrapper for log4cxx
Platform: | Size: 611328 | Author: 殷慧 | Hits:

[Driver Developzlog-latest-stable.tar

Description: zlog是一个高可靠性、性能、线程安全、灵活、概念清晰的纯C日志函数库。 事实上,在C的世界里面没有特别好的日志函数库(就像JAVA里面的的log4j,或者C++的 log4cxx)。C程序员都喜欢用自己的轮子。printf就是个挺好的轮子,但没办法通过配置改变 日志的格式或者输出文件。syslog是个系统级别的轮子,不过速度慢,而且功能比较单调。 所以我写了zlog。 zlog在效率、功能、安全性上大大超过了log4c,并且是用c写成的,具有比较好的通用性。 zlog有这些特性: . syslog分类模型,比log4j模型更加直接了当 . 日志格式定制,类似于log4j的pattern layout . 多种输出,包括动态文件、静态文件、stdout、stderr、syslog、用户自定义输出函数 . 运行时手动、自动刷新配置文件(同时保证安全) . 高性能,在我的笔记本上达到72 000条日志每秒, 大概是syslog(3)配合rsyslogd的200倍 速度 . 用户自定义等级 . 多线程和多进程环境下保证安全转档 . 精确到微秒 . 简单调用包装dzlog(一个程序默认只用一个分类) . MDC,线程键-值对的表,可以扩展用户自定义的字段 . 自诊断,可以在运行时输出zlog自己的日志和配置状态 . 不依赖其他库,只要是个POSIX系统就成(当然还要一个C99兼容的vsnprintf)zlog is a reliable, high ecent, thread safe, exsible, clear model, pure c logging library Actually, in the c world there is NO good logging library for application like logback in java or log4cxx in c++. printf can work, but can not be easily redirected or reformat, syslog is slow and is designed for system use. So I write zlog. It is faster, safer and more powerful than log4c. So it can be widely used. zlog has feartures below:  syslog model, better than log4j model  log format customization  multiple output, include static le path, dynamic le path, stdout, stderr, syslog, user-de ned ouput  runtime mannully or automaticlly refreash con gure(safely)  high ecieny, about 200 times faster than syslog(3) with rsyslogd  user-de ned log level  safely rotate log le on multiple-process or multiple-threads condition  accurate to microseconds  dzlog, a default category log API for easy use  MDC, a log4j style key-value map-zlog is a reliable, high ecent, thread safe, exsible, clear model, pure c logging library Actually, in the c world there is NO good logging library for application like logback in java or log4cxx in c++. printf can work, but can not be easily redirected or reformat, syslog is slow and is designed for system use. So I write zlog. It is faster, safer and more powerful than log4c. So it can be widely used. zlog has feartures below:  syslog model, better than log4j model  log format customization  multiple output, include static le path, dynamic le path, stdout, stderr, syslog, user-de ned ouput  runtime mannully or automaticlly refreash con gure(safely)  high ecieny, about 200 times faster than syslog(3) with rsyslogd  user-de ned log level  safely rotate log le on multiple-process or multiple-threads condition  accurate to microseconds  dzlog, a default category log API for easy use  MDC, a log4j style key-value map
Platform: | Size: 833536 | Author: yangh | Hits:

[File Operatelog4cxx

Description: log4Cxx库的源代码,已经在项目应用中正式使用过了,目前没有发现问题。是使用VS2008编译过的。-log4cxx lib
Platform: | Size: 164864 | Author: 李兵 | Hits:

[Otherapache-log4cxx-0.10.0.tar

Description: apache-log4cxx-0.10.0.tar
Platform: | Size: 1667072 | Author: dfjjhfd | Hits:

[Otherapache-log4cxx-0.10.0

Description: log4cxx是Java社区著名的log4j的c++移植版,用于为C++程序提供日志功能,以便开发者对目标程序进行调试和审计,log4cxx是apache软件基金会的开源项目,基于APR实现跨平台支持。一个良好的日志系统不管是开发、调试和维护,对一个项目来说是多么的重要。(Log4cxx is the c++ transplantation version of the famous log4j in Java community. It is used to provide log function for C++ program, so that developers can debug and audit target programs. Log4cxx is an open source project of Apache Software Foundation, and supports cross platform based on APR. A good log system is very important for a project, regardless of development, debugging, and maintenance.)
Platform: | Size: 3317760 | Author: 1428669288 | Hits:

[Printing programzlogger

Description: log4cxx的c++封装,可实现每小时一个文件的打印(log4cxx of c++ packages per hour can be achieved to print a document)
Platform: | Size: 7168 | Author: 后羿 | Hits:
« 12 »

CodeBus www.codebus.net