Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
92
LoggingLevel GetLoggingLevel()
93
{
94
AutoMutex lock(g_logmutex);
95
InitLogging();
96
97
return g_logginglevel;
98
}
99
100
void SetLoggingLevel(LoggingLevel level)
101
{
Callers
6
LogGuard
Method · 0.85
Java_org_OpenColorIO_Globals_GetLoggingLevel
Function · 0.85
IsDebugLoggingEnabled
Function · 0.85
~LogMessageHelper
Method · 0.85
OCIO_ADD_TEST
Function · 0.85
LogGuard
Method · 0.85
Calls
1
InitLogging
Function · 0.85
Tested by
2
OCIO_ADD_TEST
Function · 0.68
LogGuard
Method · 0.68