Searched refs:LogIsLoggable (Results 1 – 1 of 1) sorted by relevance
73 static inline bool LogIsLoggable(Level level, Component component) in LogIsLoggable() function209 #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) && \