Searched refs:LOG_IS_ON (Results 1 – 1 of 1) sorted by relevance
168 #define LOG_IS_ON(severity) \ macro188 #define LOG(severity) LAZY_STREAM(LOG_STREAM(severity), LOG_IS_ON(severity))190 LAZY_STREAM(LOG_STREAM(severity), LOG_IS_ON(severity) && (condition))211 LAZY_STREAM(PLOG_STREAM(severity), LOG_IS_ON(severity))214 LAZY_STREAM(PLOG_STREAM(severity), LOG_IS_ON(severity) && (condition))324 #define DLOG_IS_ON(severity) LOG_IS_ON(severity)