27 void VPrintMsg(
const char* pszFormat, va_list& args)
29 ::vprintf(pszFormat, args);
44 void LogMsg(uint32_t level,
const char* pszFormat, ...)
47 va_start(args, pszFormat);
49 if (level <= s_loglevel)
void LogMsg(uint32_t level, const char *pszFormat,...)
void VPrintMsg(const char *pszFormat, va_list &args)
void SetLogLevel(uint32_t level)
static uint32_t s_loglevel