| 77 | } |
| 78 | |
| 79 | std::set<Logger::Ptr> Logger::GetLoggers() |
| 80 | { |
| 81 | std::unique_lock<std::mutex> lock(m_Mutex); |
| 82 | return m_Loggers; |
| 83 | } |
| 84 | |
| 85 | /** |
| 86 | * Retrieves the minimum severity for this logger. |
nothing calls this directly
no outgoing calls
no test coverage detected