MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / SendLogMessage

Function SendLogMessage

lib/mdflib/mdfviewer/src/util/logging.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15namespace {
16
17void SendLogMessage(const util::log::LogMessage &m) {
18 const auto &log_config = util::log::LogConfig::Instance();
19 log_config.AddLogMessage(m);
20}
21
22} // namespace
23namespace util::log {

Callers 1

LogStringFunction · 0.85

Calls 1

AddLogMessageMethod · 0.45

Tested by

no test coverage detected