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

Function LogWarning

src/OpenColorIO/Logging.cpp:176–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176void LogWarning(const std::string & text)
177{
178 AutoMutex lock(g_logmutex);
179 InitLogging();
180
181 if(g_logginglevel<LOGGING_LEVEL_WARNING) return;
182
183 LogMessage("[OpenColorIO Warning]: ", text);
184}
185
186void LogInfo(const std::string & text)
187{

Callers 15

ValidateDynamicPropertyFunction · 0.85
LogUnknownKeyWarningFunction · 0.85
loadFunction · 0.85
saveFunction · 0.85
LogMessageFunction · 0.85
AddPropertyFunction · 0.85

Calls 2

InitLoggingFunction · 0.85
LogMessageFunction · 0.85

Tested by 1

OCIO_ADD_TESTFunction · 0.68