Home | History | Annotate | Download | only in base

Lines Matching defs:LOG_IF

52 //   LOG_IF(INFO, num_cookies > 10) << "Got lots of cookies";
69 // compiles. LOG_IF and development flags also work well together
77 // which is syntactic sugar for {,D}LOG_IF(FATAL, assert fails) << assertion;
299 // by LOG() and LOG_IF, etc. Since these are used all over our code, it's
370 #define LOG_IF(severity, condition) \
374 LOG_IF(severity, condition)
407 LOG_IF(FATAL, !(condition)) << "Assert failed: " #condition ". "
560 #define DLOG_IF(severity, condition) LOG_IF(severity, condition)
936 LOG_IF(ERROR, 0 == count++) << NOTIMPLEMENTED_MSG;\