MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / ~LogGuard

Method ~LogGuard

src/apputils/logGuard.cpp:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19LogGuard::~LogGuard()
20{
21 OCIO::ResetToDefaultLoggingFunction();
22 OCIO::SetLoggingLevel(m_logLevel);
23 g_output.clear();
24}
25
26const std::string & LogGuard::output() const
27{

Callers

nothing calls this directly

Calls 3

SetLoggingLevelFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected