[#absl-SetGlobalVLogLevel] = xref:absl.adoc[absl]::SetGlobalVLogLevel :relfileprefix: ../ :mrdocs: Sets the global `VLOG` level to threshold. == Synopsis Declared in `<absl/log/globals.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int SetGlobalVLogLevel(int threshold); ---- == Return Value The previous global threshold. == Parameters [cols="1,4"] |=== | Name| Description | *threshold* | The new global `VLOG` threshold. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#