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

Method GetLogLevel

IntelPresentMon/CommonUtilities/log/GlobalPolicy.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 }
31
32 Level GlobalPolicy::GetLogLevel() const noexcept
33 {
34 return logLevel_;
35 }
36 void GlobalPolicy::SetLogLevel(Level level) noexcept
37 {
38 logLevel_ = level;

Callers 10

operator<<Method · 0.80
Log.cppFile · 0.80
PollMethod · 0.80
WinMainFunction · 0.80
CommonEntryFunction · 0.80
WinMainFunction · 0.80
ConfigureLoggingFunction · 0.80
InjectorModule_Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected