| 205 | } |
| 206 | |
| 207 | void 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 | |
| 214 | int CLog::GetLogLevel() |
| 215 | { |
nothing calls this directly
no outgoing calls
no test coverage detected