Sets the global VLOG level to threshold.

Synopsis

Declared in <absl/log/globals.h>

int
SetGlobalVLogLevel(int threshold);

Return Value

The previous global threshold.

Parameters

Name

Description

threshold

The new global VLOG threshold.

Created with MrDocs