MCPcopy Create free account
hub / github.com/carlonluca/pot / SetLogLevel

Method SetLogLevel

piomxtextures_src/omxplayer_lib/utils/log.cpp:207–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207void CLog::SetLogLevel(int level)
208{
209 if(m_logLevel > LOG_LEVEL_NONE)
210 CLog::Log(LOGNOTICE, "Log level changed to %d", m_logLevel);
211 m_logLevel = level;
212}
213
214int CLog::GetLogLevel()
215{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected