| 75 | } |
| 76 | |
| 77 | void Logger::sinkDefaultImmediate(const LogEvent& e, skr::StringView what) const SKR_NOEXCEPT |
| 78 | { |
| 79 | skr::log::LogManager::Get()->PatternAndSink(e, what); |
| 80 | } |
| 81 | |
| 82 | bool Logger::canPushToQueue() const SKR_NOEXCEPT |
| 83 | { |
nothing calls this directly
no test coverage detected