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

Method OutputDebugString

piomxtextures_src/omxplayer_lib/utils/log.cpp:219–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219void CLog::OutputDebugString(const std::string& line)
220{
221#if defined(_DEBUG) || defined(PROFILE)
222if(m_logLevel > LOG_LEVEL_NONE) {
223 ::OutputDebugString(line.c_str());
224 ::OutputDebugString("\n");
225}
226#endif
227}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected