Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dlog.h73 static inline bool LogIsLoggable(Level level, Component component) in LogIsLoggable() function
209 #define ARK_LOG(level, component) panda::ecmascript::Log::LogIsLoggable(level, component) && \
215 #define ARK_LOG(level, component) ((level >= INFO) || panda::ecmascript::Log::LogIsLoggable(level, …
218 #define ARK_LOG(level, component) panda::ecmascript::Log::LogIsLoggable(level, component) && \