Searched refs:LogLevel2ShortStr (Results 1 – 5 of 5) sorted by relevance
79 std::string LogLevel2ShortStr(uint16_t logLevel);
128 out << " " << LogLevel2ShortStr(content.level) << " "; in PrintLogPrefix()
246 string LogLevel2ShortStr(uint16_t logLevel) in LogLevel2ShortStr() function
152 EXPECT_EQ(LogLevel2ShortStr(logLevelEntries[i].logLevel), logLevelEntries[i].shortStr);
501 return key == "" ? RET_FAIL : (PropertySet(key, LogLevel2ShortStr(lvl))); in SetLevel()