搜索资源列表
log
- 这个是日志打印程序,实现了日志的文件输出,能按照各种格式在文件中输出打印日志。
LogFile
- 一个用于打印日志的类,打印字符不能超过1024,超出部分会被截断。-a class for log
vc_log
- 简单方便的一个vc日志打印类,可以打印输当时输出时间-class of vc log, useful for debug
printMonitor
- 打印机监控,将打印日志记录到数据库中,提供内容过滤,用户权限控制等安全设置-Printer monitor, print log records to the database, providing content filtering, user access control and other security settings
log
- C语言实现简单的日志打印,如下所示:前面是时间,后面是要打印的日志内容 2011-09-14 15:09:23 *** *** *** *** *** *** *** *** ** 2011-09-14 15:09:23 start to recordlog 2011-09-14 15:09:23 ************************************************** -C language implementation of a
sleepyZzz
- 编写一个日志输出函数,并编写一个测试程序用于测试该函数的正确性 日志的输出格式为:[2013-04-17 12:23:17] [DEBUG] file no find 日志文件在超过1K大小后,自动新建一个日志文件。 当日志文件超过10个后,自动从第一个日志文件重新记录-Write a log output function, and write a test program for testing the correctness of the function log output
glog-0.3.3
- C++中用于记录日志的源码.集成了多种记录方法,设置了优先级。还可以根据优先级设置字体颜色。-In C++ source code for logging. Integration of a variety of recording methods , the priority is set . You can also set the font color according to priority .
Log
- C++实现的日志打印类,使用了多线程和文件锁机制-C++ implementation of the log print class, the use of multi-threaded and file lock mechanism
WriteLog
- 无缓存的日志打印类,日志信息前插时间戳。-No cache log print, log information forward timestamp.