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

Method SetLogLevel

IntelPresentMon/CommonUtilities/log/GlobalPolicy.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 return logLevel_;
35 }
36 void GlobalPolicy::SetLogLevel(Level level) noexcept
37 {
38 logLevel_ = level;
39 }
40 void GlobalPolicy::SetLogLevelDefault() noexcept
41 {
42 SetLogLevel(PMLOG_GPOL_DEFAULT_LEVEL);

Callers 11

SetupODSChannelFunction · 0.80
SetupDiagnosticChannelFunction · 0.80
SetupFileChannelFunction · 0.80
DllMainFunction · 0.80
SetupTestLoggingFunction · 0.80
ConfigureLoggingFunction · 0.80
ConfigureLoggingFunction · 0.80
RunLogDemoFunction · 0.80
ConfigureLoggingFunction · 0.80
ConfigureLoggingFunction · 0.80
ConfigureHeadlessLoggingFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected