Returns this entry's verbosity, or kNoVerbosityLevel for a non‐verbose entry. Taken from the argument to VLOG or from LOG(...).WithVerbosity(...).

Synopsis

Declared in <absl/log/log_entry.h>

int
verbosity() const;

Return Value

The entry's verbosity.

Created with MrDocs