Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ ~LogGuard
Method
~LogGuard
tests/cpu/UnitTestLogUtils.cpp:47–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
LogGuard::~LogGuard()
48
{
49
ResetToDefaultLoggingFunction();
50
SetLoggingLevel(m_logLevel);
51
g_output.clear();
52
}
53
54
const std::string & LogGuard::output() const
55
{
Callers
nothing calls this directly
Calls
3
ResetToDefaultLoggingFunction
Function · 0.85
SetLoggingLevel
Function · 0.85
clear
Method · 0.45
Tested by
no test coverage detected