Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/frameworks/libhilog/utils/
Dlog_utils.cpp240 static const StringMap g_ShortLogLevels({ variable
249 return g_ShortLogLevels.GetValue(logLevel); in LogLevel2ShortStr()
254 return g_ShortLogLevels.GetKey(str); in ShortStr2LogLevel()
268 vector<uint16_t> levels = g_ShortLogLevels.GetAllKeys(); in ComboLogLevel2Str()