Skip to content

Commit

Permalink
Add an example for the --vmodule flag.
Browse files Browse the repository at this point in the history
This makes it easier to copy-paste, without having to read the full documentation.

PiperOrigin-RevId: 670982905
Change-Id: I2f3844f30bc289053943aef3c15fdc5433203eb9
  • Loading branch information
Abseil Team authored and copybara-github committed Sep 4, 2024
1 parent b014bff commit f7f3168
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions absl/log/absl_vlog_is_on.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
// last . and everything after it) is stripped from each filename prior to
// matching, as is the special suffix "-inl".
//
// Example: --vmodule=module_a=1,module_b=2
//
// Files are matched against globs in `--vmodule` in order, and the first match
// determines the verbosity level.
//
Expand Down
2 changes: 2 additions & 0 deletions absl/log/vlog_is_on.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
// last . and everything after it) is stripped from each filename prior to
// matching, as is the special suffix "-inl".
//
// Example: --vmodule=module_a=1,module_b=2
//
// Files are matched against globs in `--vmodule` in order, and the first match
// determines the verbosity level.
//
Expand Down

0 comments on commit f7f3168

Please sign in to comment.