absl::SetGlobalVLogLevel

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

NameDescription
thresholdThe new global VLOG threshold.