Home
last modified time | relevance | path

Searched refs:LOG_LEVEL_DEBUG (Results 1 – 4 of 4) sorted by relevance

/test/ostest/wukong/common/include/
Dwukong_define.h41 …WuKongLogger::GetInstance()->Print(LOG_LEVEL_DEBUG, "DBG : (%5d) %s : " #format, __LINE__, __func_…
51 …WuKongLogger::GetInstance()->Print(LOG_LEVEL_DEBUG, "DBG : (%5d) %s : %s", __LINE__, __func__, str)
Dwukong_logger.h32 LOG_LEVEL_DEBUG, enumerator
/test/ostest/wukong/shell_command/src/
Dwukong_main.cpp146 WuKonglogger->SetLevel(LOG_LEVEL_DEBUG); in main()
/test/ostest/wukong/common/src/
Dwukong_logger.cpp113 if (level < outputLevel_ && level < LOG_LEVEL_DEBUG) { in Print()