absl::ScopedStderrThreshold::ScopedStderrThreshold

Constructors

Synopses

Declared in <absl/log/globals.h>

Deleted; instances are not copy-constructible.

ScopedStderrThreshold(ScopedStderrThreshold const& other) = delete;
» more...

Sets the Stderr Threshold parameter and saves its prior value.

explicit
ScopedStderrThreshold(absl::LogSeverityAtLeast severity);
» more...

Parameters

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