搜索资源列表
LogSrc
- 日志类,宏封装,支持多线程,很好使,推荐使用,有问题请与我联系lizp.net@gmail.com-Log type, macro package, support multi-threaded, so good, recommended, there are problems please contact me lizp.net @ gmail.com
bbc_log_v2.0.1.1
- 使用该lib能够方便的像fprintf一样打印日志,封装了所有的文件操作,支持分级别日志打印,自动打印当前程序所在行、出错函数、出错文件名。支持多线程-An effective c++ lib for printing log
log
- 自己用VC ++ 写的一个写日志类。支持多线程、支持ASCII 、UNICODE编码,支持自定日志名,自动清楚7天以前的日志。使用非常方便。只需要生成一个对象,然后直接调用WRITE或者WRITEFORMAT函数就可以写日志了。类中有具体的使用说明,希望对你有用。- The use is convenient. Only needs to produce an object, then transferred WRITE or the WRITEFORMAT function directly
log-code(BCB)
- 日志代码,BCB调试通过,单线程使用正常。每日一个日志文本,可设置天数,超过即覆盖最早的日志。 学习中,多线程应用好像不稳定,向大家学习更好的日志代码。-Log code, use the normal single-threaded. A daily log text, you can set the number of days over which overwrites the oldest log. Learning, multi-threaded applications like
SimpleLog
- 简单日志类,支持高并发操作,支持多线程读写,可用于网络编程日志写入。-Simple logging class, support high concurrent operations, support for multiple threads to read and write, and can be used for network programming log write.
multilogcPP
- c++多线程写日志类,通过设置线程标示来进行线程间写日志的区分,达到多线程写日志的目的。-c++ multithreaded written log type, marked by setting the thread to write the log distinction between threads, to write multi-threaded purpose logs.