文件名称:日志模块(c/c++),简单、快捷,就一头文件就实现了日志模块无缝接入
文件大小:338KB
文件格式:RAR
更新时间:2012-09-01 10:42:05
日志 回滚 日志记录 log4c 日志模块
一个C/C++日志记录模块,它是对开源log4c进行的封装和修正的基础上,将所有的代码都集成到一个.h头文件中。带来的革命性突破是日志模块的使用是那么的方便和简单:只要使用一个.h头文件即可无缝的将日志模块嵌入到你的工程中去,不需要再添加额外的的.c/.cpp或是链接lib/dll等,整个日志模块就是一个头文件。日志输出格式方面,提供了C语言传统的字符printf格式输出,同时也为C++提供了ostream方式的流式输出..
【文件预览】:
Cxx日志记录头文件
----log4c_amalgamation_test_main.cpp(7KB)
----test_usinglog4c_amalgamation.vcproj(5KB)
----bin()
--------test_usinglog4c_amalgamation.exe(7KB)
--------log4crc(670B)
--------test_usinglog4c_amalgamationd.exe(260KB)
----log4c_amalgamation_test.cpp(1KB)
----test_usinglog4c_amalgamation.sln(920B)
----log4c_amalgamation.h(616KB)
----test_usinglog4c_amalgamation.suo(59KB)
----test_usinglog4c_amalgamation.vcproj.WENHM.wenhm.user(1KB)
C日志记录头文件
----test_usinglog4c_amalgamation.vcproj(5KB)
----bin()
--------test_usinglog4c_amalgamation.exe(92KB)
--------log4crc(670B)
--------test_usinglog4c_amalgamationd.exe(40KB)
----test_usinglog4c_amalgamation.sln(920B)
----log4c_amalgamation.h(616KB)
----test_usinglog4c_amalgamation.suo(16KB)
----test_usinglog4c_amalgamation.vcproj.WENHM.wenhm.user(1KB)
----log4crc(669B)
----log4c_amalgamation_test.c(612B)
----log4c_amalgamation_test_main.c(8KB)
日志记录头文件使用说明.doc