absl::ScopedStderrThreshold::ScopedStderrThreshold

Sets the Stderr Threshold parameter and saves its prior value.

Synopsis

Declared in <absl/log/globals.h>

explicit
ScopedStderrThreshold(absl::LogSeverityAtLeast severity);

Parameters

NameDescription
severityThe stderr threshold to apply for the object's lifetime.