MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / GetLoggingLevel

Function GetLoggingLevel

src/OpenColorIO/Logging.cpp:92–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92LoggingLevel GetLoggingLevel()
93{
94 AutoMutex lock(g_logmutex);
95 InitLogging();
96
97 return g_logginglevel;
98}
99
100void SetLoggingLevel(LoggingLevel level)
101{

Callers 6

LogGuardMethod · 0.85
IsDebugLoggingEnabledFunction · 0.85
~LogMessageHelperMethod · 0.85
OCIO_ADD_TESTFunction · 0.85
LogGuardMethod · 0.85

Calls 1

InitLoggingFunction · 0.85

Tested by 2

OCIO_ADD_TESTFunction · 0.68
LogGuardMethod · 0.68