| 38 | |
| 39 | template<spdlog::level::level_enum level> |
| 40 | inline bool ShouldLog() |
| 41 | { |
| 42 | return impl::ShouldLogInternal(level); |
| 43 | } |
| 44 | |
| 45 | template<> |
| 46 | constexpr bool ShouldLog<spdlog::level::critical>() |
nothing calls this directly
no outgoing calls
no test coverage detected