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

Method AddMessage

DebugView++Lib/PolledLogSource.cpp:110–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110void PolledLogSource::AddMessage(DWORD pid, const std::string& processName, const std::string& message)
111{
112 std::lock_guard<std::mutex> lock(m_mutex);
113 m_lines.push_back(PollLine(pid, processName, message, this));
114}
115
116void PolledLogSource::AddMessage(const std::string& message)
117{

Callers

nothing calls this directly

Calls 1

PollLineClass · 0.85

Tested by

no test coverage detected