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

Function GetDefaultChannel

IntelPresentMon/PresentMonService/LogSetup.cpp:57–60  ·  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

55
56 // this is injected into to util::log namespace and hooks into that system
57 std::shared_ptr<class IChannel> GetDefaultChannel() noexcept
58 {
59 return GetDefaultChannelWithFactory(MakeChannel);
60 }
61}
62
63namespace logsetup

Callers 1

ConfigureLoggingFunction · 0.70

Calls 1

Tested by

no test coverage detected