Sets the Stderr Threshold parameter and saves its prior value.

Synopsis

Declared in <absl/log/globals.h>

explicit
ScopedStderrThreshold(absl::LogSeverityAtLeast severity);

Parameters

Name

Description

severity

The stderr threshold to apply for the object's lifetime.

Created with MrDocs