Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ IsDebugLoggingEnabled
Function
IsDebugLoggingEnabled
src/OpenColorIO/Logging.cpp:206–209 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
204
}
205
206
bool IsDebugLoggingEnabled()
207
{
208
return (GetLoggingLevel()>=LOGGING_LEVEL_DEBUG);
209
}
210
211
} // namespace OCIO_NAMESPACE
Callers
5
optimize
Method · 0.85
finalize
Method · 0.85
LoadFileUncached
Function · 0.85
updateDimension
Method · 0.85
OCIO_ADD_TEST
Function · 0.85
Calls
1
GetLoggingLevel
Function · 0.85
Tested by
1
OCIO_ADD_TEST
Function · 0.68