| 56 | } |
| 57 | |
| 58 | void Logger::logError( std::string_view message, bool newLine )noexcept |
| 59 | { |
| 60 | doGetInstance().m_error( message, newLine ); |
| 61 | } |
| 62 | |
| 63 | void Logger::setTraceCallback( LogCallback callback ) |
| 64 | { |
nothing calls this directly
no outgoing calls
no test coverage detected