Home
last modified time | relevance | path

Searched refs:LevelBase (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/hilog/frameworks/libhilog/include/
Dhilog_cmd.h30 constexpr int LevelBase = static_cast<int>(LOG_DEBUG); variable
31 constexpr int LevelNum = static_cast<int>(LOG_LEVEL_MAX) - LevelBase;
/base/hiviewdfx/hilog/services/hilogd/
Dlog_stats.cpp37 return static_cast<int>(lvl) - LevelBase; in idxLvl()
/base/hiviewdfx/hilog/services/hilogtool/
Dlog_display.cpp291 string level = LogLevel2Str(static_cast<uint16_t>(i + LevelBase)); in HilogShowLogStatsInfo()