| 172 | } |
| 173 | |
| 174 | LogSeverity Logger::GetConsoleLogSeverity() |
| 175 | { |
| 176 | return m_ConsoleLogSeverity; |
| 177 | } |
| 178 | |
| 179 | void Logger::DisableEarlyLogging() { |
| 180 | m_EarlyLoggingEnabled = false; |
nothing calls this directly
no outgoing calls
no test coverage detected