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

Method FileWriter

DebugView++Lib/FileWriter.cpp:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14namespace debugviewpp {
15
16FileWriter::FileWriter(const std::wstring& filename, LogFile& logfile) :
17 m_logfile(logfile)
18{
19 OpenLogFile(m_ofstream, filename, OpenMode::Append);
20 m_thread = std::thread(&FileWriter::Run, this);
21}
22
23void FileWriter::Run()
24{

Callers

nothing calls this directly

Calls 2

OpenLogFileFunction · 0.85
threadClass · 0.85

Tested by

no test coverage detected