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

Method AddInternal

DebugView++Lib/LogSource.cpp:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void LogSource::AddInternal(const std::string& message)
98{
99 m_linebuffer.Add(m_timer.Get(), Win32::GetSystemTimeAsFileTime(), 0, "[internal]", message, this);
100}
101
102} // namespace debugviewpp
103} // namespace fusion

Callers 1

AddMessageMethod · 0.80

Calls 3

GetSystemTimeAsFileTimeFunction · 0.85
AddMethod · 0.45
GetMethod · 0.45

Tested by

no test coverage detected