[#absl-SetStderrThreshold-05a4] = xref:absl.adoc[absl]::SetStderrThreshold :relfileprefix: ../ :mrdocs: Updates the Stderr Threshold parameter. == Synopses Declared in `<absl/log/globals.h>` Updates the Stderr Threshold parameter. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:absl/SetStderrThreshold-0f.adoc[SetStderrThreshold](xref:absl/LogSeverity.adoc[absl::LogSeverity] severity); ---- [.small]#xref:absl/SetStderrThreshold-0f.adoc[_» more..._]# Updates the Stderr Threshold parameter. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:absl/SetStderrThreshold-05a7.adoc[SetStderrThreshold](xref:absl/LogSeverityAtLeast.adoc[absl::LogSeverityAtLeast] severity); ---- [.small]#xref:absl/SetStderrThreshold-05a7.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *severity* | The new stderr threshold. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#