| 41 | } |
| 42 | |
| 43 | void Logger::logDebug( std::string_view message, bool newLine )noexcept |
| 44 | { |
| 45 | doGetInstance().m_debug( message, newLine ); |
| 46 | } |
| 47 | |
| 48 | void Logger::logInfo( std::string_view message, bool newLine )noexcept |
| 49 | { |
nothing calls this directly
no outgoing calls
no test coverage detected