MCPcopy 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
206bool IsDebugLoggingEnabled()
207{
208 return (GetLoggingLevel()>=LOGGING_LEVEL_DEBUG);
209}
210
211} // namespace OCIO_NAMESPACE

Callers 5

optimizeMethod · 0.85
finalizeMethod · 0.85
LoadFileUncachedFunction · 0.85
updateDimensionMethod · 0.85
OCIO_ADD_TESTFunction · 0.85

Calls 1

GetLoggingLevelFunction · 0.85

Tested by 1

OCIO_ADD_TESTFunction · 0.68