| 64 | public: |
| 65 | void log(LogLevel, std::string_view) override {} |
| 66 | bool is_enabled(LogLevel) const override { return false; } |
| 67 | }; |
| 68 | |
| 69 | class ConsoleLogger final : public Logger { |
nothing calls this directly
no outgoing calls
no test coverage detected