this is injected into to util::log namespace and hooks into that system
| 75 | |
| 76 | // this is injected into to util::log namespace and hooks into that system |
| 77 | std::shared_ptr<IChannel> GetDefaultChannel() noexcept |
| 78 | { |
| 79 | return GetDefaultChannelWithFactory(MakeChannel); |
| 80 | } |
| 81 | } |
| 82 | |
| 83 | namespace p2c |
no test coverage detected