Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/lume/log/
H A DLogger.cpp35 constexpr const char* LOG_LEVEL_NAMES_SHORT[LOG_LEVEL_COUNT] = in getLogLevelName() local
43 return aShortName ? LOG_LEVEL_NAMES_SHORT[logLevel] : LOG_LEVEL_NAMES[logLevel]; in getLogLevelName()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/log/
H A Dlogger.cpp59 constexpr const char* LOG_LEVEL_NAMES_SHORT[LOG_LEVEL_COUNT] = { variable
76 return shortName ? LOG_LEVEL_NAMES_SHORT[level] : LOG_LEVEL_NAMES[level]; in GetLogLevelName()