9 #include "packager/app/vlog_flags.h"
13 "Show all VLOG(m) or DVLOG(m) messages for m <= this. "
14 "Overridable by --vmodule.");
18 "Per-module verbose level."
19 "Argument is a comma-separated list of <module name>=<log level>. "
20 "<module name> is a glob pattern, matched against the filename base "
21 "(that is, name ignoring .cc/.h./-inl.h). "
22 "A pattern without slashes matches just the file name portion, otherwise "
23 "the whole file path (still without .cc/.h./-inl.h) is matched. "
24 "? and * in the glob pattern match any single or sequence of characters "
25 "respectively including slashes. "
26 "<log level> overrides any value given by --v.");