[#absl-ScopedStderrThreshold-2constructor-0f] = xref:absl.adoc[absl]::xref:absl/ScopedStderrThreshold.adoc[ScopedStderrThreshold]::ScopedStderrThreshold :relfileprefix: ../../ :mrdocs: Sets the Stderr Threshold parameter and saves its prior value. == Synopsis Declared in `<absl/log/globals.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit ScopedStderrThreshold(xref:absl/LogSeverityAtLeast.adoc[absl::LogSeverityAtLeast] severity); ---- == Parameters [cols="1,4"] |=== | Name| Description | *severity* | The stderr threshold to apply for the object's lifetime. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#