Searched refs:LOG_LEVEL_NAMES_SHORT (Results 1 – 2 of 2) sorted by relevance
35 constexpr const char* LOG_LEVEL_NAMES_SHORT[LOG_LEVEL_COUNT] = in getLogLevelName() local43 return aShortName ? LOG_LEVEL_NAMES_SHORT[logLevel] : LOG_LEVEL_NAMES[logLevel]; in getLogLevelName()
59 constexpr const char* LOG_LEVEL_NAMES_SHORT[LOG_LEVEL_COUNT] = { variable76 return shortName ? LOG_LEVEL_NAMES_SHORT[level] : LOG_LEVEL_NAMES[level]; in GetLogLevelName()