[#absl-ScopedStderrThreshold-2constructor-05] = xref:absl.adoc[absl]::xref:absl/ScopedStderrThreshold.adoc[ScopedStderrThreshold]::ScopedStderrThreshold :relfileprefix: ../../ :mrdocs: Constructors == Synopses Declared in `<absl/log/globals.h>` Deleted; instances are not copy‐constructible. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/ScopedStderrThreshold/2constructor-0e.adoc[ScopedStderrThreshold](xref:absl/ScopedStderrThreshold.adoc[ScopedStderrThreshold] const& other) = delete; ---- [.small]#xref:absl/ScopedStderrThreshold/2constructor-0e.adoc[_» more..._]# Sets the Stderr Threshold parameter and saves its prior value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:absl/ScopedStderrThreshold/2constructor-0f.adoc[ScopedStderrThreshold](xref:absl/LogSeverityAtLeast.adoc[absl::LogSeverityAtLeast] severity); ---- [.small]#xref:absl/ScopedStderrThreshold/2constructor-0f.adoc[_» more..._]# == 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]#