this is injected into to util::log namespace and hooks into that system
| 51 | |
| 52 | // this is injected into to util::log namespace and hooks into that system |
| 53 | std::shared_ptr<IChannel> GetDefaultChannel() noexcept |
| 54 | { |
| 55 | return GetDefaultChannelWithFactory(MakeChannel_); |
| 56 | } |
| 57 | } |
| 58 | |
| 59 | namespace pmon::test |
no test coverage detected