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

Method Message

DebugView++Lib/LogFile.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15namespace debugviewpp {
16
17Message::Message(double time, FILETIME systemTime, DWORD pid, const std::string& processName, const std::string& msg, COLORREF color) :
18 time(time), systemTime(systemTime), processId(pid), processName(processName), text(msg), color(color)
19{
20}
21
22LogFile::LogFile() :
23 m_historySize(0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected