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

Function LogDebug

src/OpenColorIO/Logging.cpp:196–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196void LogDebug(const std::string & text)
197{
198 AutoMutex lock(g_logmutex);
199 InitLogging();
200
201 if(g_logginglevel<LOGGING_LEVEL_DEBUG) return;
202
203 LogMessage("[OpenColorIO Debug]: ", text);
204}
205
206bool IsDebugLoggingEnabled()
207{

Callers 11

loadFunction · 0.85
getAllMonitorsMethod · 0.85
optimizeMethod · 0.85
finalizeMethod · 0.85
GetMethod · 0.85
LogMessageFunction · 0.85
LoadFileUncachedFunction · 0.85
startMethod · 0.85
updateDimensionMethod · 0.85
OCIO_ADD_TESTFunction · 0.85

Calls 2

InitLoggingFunction · 0.85
LogMessageFunction · 0.85

Tested by 1

OCIO_ADD_TESTFunction · 0.68