Constructors
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...
| Name | Description |
|---|---|
| severity | The stderr threshold to apply for the object's lifetime. |