[#absl-ScopedStderrThreshold] = xref:absl.adoc[absl]::ScopedStderrThreshold :relfileprefix: ../ :mrdocs: RAII type used to temporarily update the Stderr Threshold parameter. == Synopsis Declared in `<absl/log/globals.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class ScopedStderrThreshold final ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:absl/ScopedStderrThreshold/2constructor-05.adoc[`ScopedStderrThreshold`] [.small]#[constructor]# | Constructors | xref:absl/ScopedStderrThreshold/2destructor.adoc[`~ScopedStderrThreshold`] [.small]#[destructor]# | Restores the Stderr Threshold parameter to its prior value. | xref:absl/ScopedStderrThreshold/operator_assign.adoc[`operator=`] [.small]#[deleted]# | Deleted; instances are not copy‐assignable. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#