We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec91536 commit e1700caCopy full SHA for e1700ca
IntelPresentMon/CommonUtilities/log/GlobalPolicy.h
@@ -31,11 +31,7 @@ namespace pmon::util::log
31
static GlobalPolicy& Get() noexcept;
32
static bool VCheck(V mod) noexcept
33
{
34
- auto& self = Get();
35
- if (int(self.GetLogLevel()) >= int(Level::Verbose)) {
36
- return self.CheckVerboseModule(mod);
37
- }
38
- return false;
+ return Get().CheckVerboseModule(mod);
39
}
40
private:
41
// functions
0 commit comments