码迷,mamicode.com
首页 > 其他好文 > 详细

打印日志编程

时间:2017-02-09 00:45:22      阅读:141      评论:0      收藏:0      [点我收藏+]

标签:bug   ack   tput   this   write   例子   客户   cstring   orm   

C++打印日志编程例子:

int iCnt = 0;

CString csMsg;

CTime curTime;

CMyLog mylog;

CString csMylog;

csMylog.Format("%d:\\CYJ\\ThreadTask%d.log",id);

csMsg.Format("%s第%d客户端,第%d轮温循测试开始\r\n",curTime.Format("%Y-%m-%d %H.%M.%S"),id,iCnt);

mylog.WriteFile(csMsg.csMylog);

pThis->OutputTest(DEBUG_WIN,csMsg.BLACK);

打印日志编程

标签:bug   ack   tput   this   write   例子   客户   cstring   orm   

原文地址:http://www.cnblogs.com/cyj77/p/6380326.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!