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

Method ~MdfLogStream

lib/mdflib/mdflib/src/mdflogstream.cpp:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 : location_(std::move(location)), severity_(severity) {}
19
20MdfLogStream::~MdfLogStream() {
21 MdfLogStream::LogString(location_, severity_, str());
22}
23
24void MdfLogStream::LogString(const MdfLocation &location, MdfLogSeverity severity,
25 const std::string &text) {

Callers

nothing calls this directly

Calls 1

LogStringFunction · 0.85

Tested by

no test coverage detected