this is injected into to util::log namespace and hooks into that system
| 48 | |
| 49 | // this is injected into to util::log namespace and hooks into that system |
| 50 | std::shared_ptr<IChannel> GetDefaultChannel() noexcept |
| 51 | { |
| 52 | return GetDefaultChannelWithFactory(MakeChannel); |
| 53 | } |
| 54 | } |
| 55 | |
| 56 | namespace p2sam |
no test coverage detected