Home | History | Annotate | Download | only in base

Lines Matching refs:LOG_IS_ON

337 // Needed for LOG_IS_ON(ERROR).
340 // As special cases, we can assume that LOG_IS_ON(ERROR_REPORT) and
341 // LOG_IS_ON(FATAL) always hold. Also, LOG_IS_ON(DFATAL) always holds
344 #define LOG_IS_ON(severity) \
369 #define LOG(severity) LAZY_STREAM(LOG_STREAM(severity), LOG_IS_ON(severity))
371 LAZY_STREAM(LOG_STREAM(severity), LOG_IS_ON(severity) && (condition))
416 LAZY_STREAM(LOG_GETLASTERROR_STREAM(severity), LOG_IS_ON(severity))
422 LOG_IS_ON(severity))
431 LAZY_STREAM(LOG_ERRNO_STREAM(severity), LOG_IS_ON(severity))
439 LAZY_STREAM(PLOG_STREAM(severity), LOG_IS_ON(severity))
442 LAZY_STREAM(PLOG_STREAM(severity), LOG_IS_ON(severity) && (condition))
556 #define DLOG_IS_ON(severity) LOG_IS_ON(severity)
629 LOG_IS_ON(DCHECK))