this is injected into to util::log namespace and hooks into that system
| 55 | |
| 56 | // this is injected into to util::log namespace and hooks into that system |
| 57 | std::shared_ptr<class IChannel> GetDefaultChannel() noexcept |
| 58 | { |
| 59 | return GetDefaultChannelWithFactory(MakeChannel); |
| 60 | } |
| 61 | } |
| 62 | |
| 63 | namespace logsetup |
no test coverage detected