MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / GetDefaultChannel

Function GetDefaultChannel

IntelPresentMon/AppCef/source/util/LogSetup.cpp:62–65  ·  view source on GitHub ↗

this is injected into to util::log namespace and hooks into that system

Source from the content-addressed store, hash-verified

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
68namespace p2c::client::util

Callers 3

InvalidParameterHandler_Function · 0.70
ConfigureLoggingFunction · 0.70

Calls 1

Tested by

no test coverage detected