| 64 | } |
| 65 | |
| 66 | static inline void setLogHandler(LogHandler h) noexcept { |
| 67 | mHandler = h; |
| 68 | } |
| 69 | |
| 70 | static constexpr const WCHAR *levelName(Level level) noexcept { |
| 71 | switch (level) { |
nothing calls this directly
no outgoing calls
no test coverage detected