Sets the VLOG threshold for all files that match module_pattern, overwriting any prior value. Files that don't match aren't affected.
Declared in <absl/log/globals.h>
int
SetVLogLevel(
std::string_view module_pattern,
int threshold);
The threshold that previously applied to module_pattern.
| Name | Description |
|---|---|
| module_pattern | The pattern used to match file names. |
| threshold | The new VLOG threshold for matching files. |