打印日志编程
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了打印日志编程相关的知识,希望对你有一定的参考价值。
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);
以上是关于打印日志编程的主要内容,如果未能解决你的问题,请参考以下文章