| 68 | } |
| 69 | |
| 70 | bool Log::IsInitialized() noexcept |
| 71 | { |
| 72 | return s_LogInitStatus == InitStatus::Initialized; |
| 73 | } |
| 74 | |
| 75 | std::shared_ptr<lazy_file_sink_mt> Log::GetSink() noexcept |
| 76 | { |
nothing calls this directly
no outgoing calls
no test coverage detected