Skip to content

Commit f7f3168

Browse files
Abseil Teamcopybara-github
authored andcommitted
Add an example for the --vmodule flag.
This makes it easier to copy-paste, without having to read the full documentation. PiperOrigin-RevId: 670982905 Change-Id: I2f3844f30bc289053943aef3c15fdc5433203eb9
1 parent b014bff commit f7f3168

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

absl/log/absl_vlog_is_on.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
// last . and everything after it) is stripped from each filename prior to
4141
// matching, as is the special suffix "-inl".
4242
//
43+
// Example: --vmodule=module_a=1,module_b=2
44+
//
4345
// Files are matched against globs in `--vmodule` in order, and the first match
4446
// determines the verbosity level.
4547
//

absl/log/vlog_is_on.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
// last . and everything after it) is stripped from each filename prior to
4141
// matching, as is the special suffix "-inl".
4242
//
43+
// Example: --vmodule=module_a=1,module_b=2
44+
//
4345
// Files are matched against globs in `--vmodule` in order, and the first match
4446
// determines the verbosity level.
4547
//

0 commit comments

Comments
 (0)