| 177 | } |
| 178 | |
| 179 | void Logger::DisableEarlyLogging() { |
| 180 | m_EarlyLoggingEnabled = false; |
| 181 | |
| 182 | UpdateMinLogSeverity(); |
| 183 | } |
| 184 | |
| 185 | bool Logger::IsEarlyLoggingEnabled() { |
| 186 | return m_EarlyLoggingEnabled; |
nothing calls this directly
no outgoing calls
no test coverage detected