Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/lume/log/
H A DLogger.cpp29 constexpr int LOG_LEVEL_COUNT = 7; in getLogLevelName() local
30 constexpr const char* LOG_LEVEL_NAMES[LOG_LEVEL_COUNT] = in getLogLevelName()
35 constexpr const char* LOG_LEVEL_NAMES_SHORT[LOG_LEVEL_COUNT] = in getLogLevelName()
41 LUME_ASSERT(logLevel >= 0 && logLevel < LOG_LEVEL_COUNT); in getLogLevelName()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/log/
H A Dlogger.cpp48 constexpr int LOG_LEVEL_COUNT = 7; variable
49 constexpr const char* LOG_LEVEL_NAMES[LOG_LEVEL_COUNT] = {
59 constexpr const char* LOG_LEVEL_NAMES_SHORT[LOG_LEVEL_COUNT] = {
74 CORE_ASSERT(level >= 0 && level < LOG_LEVEL_COUNT); in GetLogLevelName()