| 61 | |
| 62 | |
| 63 | void LogSources::AddMessage(const std::string& message) |
| 64 | { |
| 65 | assert(m_executor.IsExecutorThread()); |
| 66 | m_loopback->AddInternal(message); |
| 67 | m_throttledUpdate(); |
| 68 | } |
| 69 | |
| 70 | void LogSources::UpdateSettings(const std::unique_ptr<LogSource>& pSource) |
| 71 | { |
no test coverage detected