[#absl-LogEntry-verbosity] = xref:absl.adoc[absl]::xref:absl/LogEntry.adoc[LogEntry]::verbosity :relfileprefix: ../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int verbosity() const; ---- == Return Value The entry's verbosity. [.small]#Created with https://www.mrdocs.com[MrDocs]#