Home | History | Annotate | Download | only in base

Lines Matching defs:DLOG_IF

66 //   DLOG_IF(INFO, num_cookies > 10) << "Got lots of cookies";
560 #define DLOG_IF(severity, condition) LOG_IF(severity, condition)
577 #define DLOG_IF(severity, condition) DLOG_EAT_STREAM_PARAMETERS
614 #define DVLOG(verboselevel) DLOG_IF(INFO, VLOG_IS_ON(verboselevel))
661 // This behavior is different from DLOG_IF et al.