MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / SetLogging

Method SetLogging

DebugView++/MainFrame.cpp:141–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141void CMainFrame::SetLogging()
142{
143 m_logWriter = std::make_unique<FileWriter>(GetPersonalPath() + L"\\DebugView++ Logfiles\\debugview.dblog", m_logFile);
144}
145
146void CMainFrame::OnException()
147{

Callers

nothing calls this directly

Calls 1

GetPersonalPathFunction · 0.85

Tested by

no test coverage detected