Searched refs:LevelBase (Results 1 – 3 of 3) sorted by relevance
30 constexpr int LevelBase = static_cast<int>(LOG_DEBUG); variable31 constexpr int LevelNum = static_cast<int>(LOG_LEVEL_MAX) - LevelBase;
37 return static_cast<int>(lvl) - LevelBase; in idxLvl()
291 string level = LogLevel2Str(static_cast<uint16_t>(i + LevelBase)); in HilogShowLogStatsInfo()