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

Function LogInfo

src/OpenColorIO/Logging.cpp:186–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186void LogInfo(const std::string & text)
187{
188 AutoMutex lock(g_logmutex);
189 InitLogging();
190
191 if(g_logginglevel<LOGGING_LEVEL_INFO) return;
192
193 LogMessage("[OpenColorIO Info]: ", text);
194}
195
196void LogDebug(const std::string & text)
197{

Callers 5

validateMethod · 0.85
CreateFromEnvMethod · 0.85
validateMethod · 0.85
LogMessageFunction · 0.85
OCIO_ADD_TESTFunction · 0.85

Calls 2

InitLoggingFunction · 0.85
LogMessageFunction · 0.85

Tested by 1

OCIO_ADD_TESTFunction · 0.68