Searched refs:MLOG (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/cld/base/
H A Dlogging.h135 // [MLOG is OBSOLETE - use the more convenient VLOG(n) macros]
136 // There is also an MLOG option that enables module-level logging. MLOG
141 // MLOG(1) << "I'm printed when you run with --dnsverbose=1 or more";
842 // [MLOG is OBSOLETE - use the more convenient VLOG(n) macros]
848 #define MLOG(verboselevel) LOG_IF(INFO, MODULE_FLAG >= (verboselevel)) macro

Completed in 621 milliseconds