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

Method Add

DebugView++Lib/LogSource.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void LogSource::Add(double time, FILETIME systemTime, DWORD pid, const std::string& processName, const std::string& message)
78{
79 m_linebuffer.Add(time, systemTime, pid, processName, message, this);
80}
81
82void LogSource::Add(DWORD pid, const std::string& processName, const std::string& message)
83{

Callers 1

AddInternalMethod · 0.45

Calls 2

GetSystemTimeAsFileTimeFunction · 0.85
GetMethod · 0.45

Tested by

no test coverage detected