搜索资源列表
cLog.cpp
- 通用写日志类 首先建立一个文件,然后就根据时间和 信息写入文件, 如果日志太大,就做一个备份,-generic log write a category established first, and then based on time and information into the document, if the log too, so on a backup,
gaojiLog
- 日志系统包括七个 C++ 类:CLog, CFuncLog, IStoreLog, CWinLog, CFileLog, CAutoCritic, CLogSimpleLock。CLog 是所有日志模块中最主要的一个类,在大多数情况下,这个类在应用程序中最好是单实例的。但并不是必须的。重要性其次的一个类是 CFuncLog,这个类用于对函数调用的进入和退出进行记录。当然开发人员也可以使用这个类对任何数据进行日志记录-Log system, including seven C++ type: CL
clog
- 在CLog类的基础上,添加自动按日期生成日志,并增加WriteLog函数,通过测试。-By date on the basis of the CLog class, add automatically generate a log, and increase the WriteLog function, pass the test.