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