Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
namespace {
16
17
void SendLogMessage(const util::log::LogMessage &m) {
18
const auto &log_config = util::log::LogConfig::Instance();
19
log_config.AddLogMessage(m);
20
}
21
22
} // namespace
23
namespace util::log {
Callers
1
LogString
Function · 0.85
Calls
1
AddLogMessage
Method · 0.45
Tested by
no test coverage detected