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

Method Filename

lib/mdflib/mdfviewer/src/util/ilogger.cpp:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10bool ILogger::HasLogFile() const { return false; }
11
12std::string ILogger::Filename() const { return {}; }
13
14void ILogger::EnableSeverityLevel(LogSeverity severity, bool enable) {
15 const auto level = static_cast<uint8_t>(severity);

Callers 2

CreateDefaultLoggerMethod · 0.45
GetLogFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected