Constructors
Synopses
Declared in <absl/log/globals.h>
Deleted; instances are not copy‐constructible.
ScopedStderrThreshold(ScopedStderrThreshold const& other) = delete;
Sets the Stderr Threshold parameter and saves its prior value.
explicit
ScopedStderrThreshold(absl::LogSeverityAtLeast severity);
Parameters
Name |
Description |
severity |
The stderr threshold to apply for the object's lifetime. |
Created with MrDocs