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