hechengjin 发表于 2016-4-5 21:03:03

C++日志查看工具





Qter 发表于 2023-5-4 19:05:29

本帖最后由 Qter 于 2023-5-4 19:08 编辑

OutputDebugString
Dbgview
::OutputDebugString(_T("Floating point (%%e, %%f, %%g, and %%G) is not supported by the WTL::CString class."));                        OutputDebugString(("Handles " + IntToString(m_handles.size()) + ", Woke up by " + IntToString(result-WAIT_OBJECT_0) + ", Busied for " + IntToString(timeBeforeWait-lastTime) + " us, Waited for " + IntToString(timeAfterWait-timeBeforeWait) + " us, max " + IntToString(milliseconds) + "ms\n").c_str());

页: [1]
查看完整版本: C++日志查看工具