Home | History | Annotate | Download | only in base

Lines Matching defs:VLOG

80 //   VLOG(1) << "I'm printed when you run the program with --v=1 or more";
81 // VLOG(2) << "I'm printed when you run the program with --v=2 or more";
87 // a. VLOG(2) and lower messages to be printed from profile.{h,cc}
88 // b. VLOG(1) and lower messages to be printed from icon_loader.{h,cc}
89 // c. VLOG(3) and lower messages to be printed from files prefixed with
91 // d. VLOG(4) and lower messages to be printed from files under a
93 // e. VLOG(0) and lower messages to be printed from elsewhere
106 // // that can't be accomplished with just VLOG(2) << ...;
215 // Note that log messages for VLOG(x) are logged at level -x, so setting
225 // Gets the VLOG default verbosity level.
228 // Gets the current vlog level for the given file (usually taken from
348 // The VLOG macros log with negative verbosities.
352 #define VLOG(verbose_level) \