Home
last modified time | relevance | path

Searched refs:SYSLOG_IF (Results 1 – 2 of 2) sorted by relevance

/external/chromium/googleurl/base/
Dlogging.h195 #define SYSLOG_IF(severity, condition) LOG_IF(severity, condition) macro
200 SYSLOG_IF(FATAL, !(condition)) << "Assert failed: " #condition ". "
/external/chromium/base/
Dlogging.h374 #define SYSLOG_IF(severity, condition) LOG_IF(severity, condition) macro
409 SYSLOG_IF(FATAL, !(condition)) << "Assert failed: " #condition ". "