this is injected into to util::log namespace and hooks into that system
| 60 | |
| 61 | // this is injected into to util::log namespace and hooks into that system |
| 62 | std::shared_ptr<IChannel> GetDefaultChannel() noexcept |
| 63 | { |
| 64 | return GetDefaultChannelWithFactory(MakeChannel); |
| 65 | } |
| 66 | } |
| 67 | |
| 68 | namespace p2c::client::util |
no test coverage detected