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

Function LogString

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

Source from the content-addressed store, hash-verified

65}
66
67void LogString(const Loc &loc, LogSeverity severity,
68 const std::string &message) {
69 LogMessage m;
70 m.message = message;
71 m.location = loc;
72 m.severity = severity;
73
74 SendLogMessage(m);
75}
76
77std::string FindNotepad() {
78 std::string note;

Callers 5

LogDebugFunction · 0.85
LogInfoFunction · 0.85
LogErrorFunction · 0.85
~LogStreamMethod · 0.85
~MdfLogStreamMethod · 0.85

Calls 1

SendLogMessageFunction · 0.85

Tested by

no test coverage detected