[#absl-SetStderrThreshold-0f] = xref:absl.adoc[absl]::SetStderrThreshold :relfileprefix: ../ :mrdocs: Updates the Stderr Threshold parameter. == Synopsis Declared in `<absl/log/globals.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void SetStderrThreshold(xref:absl/LogSeverity.adoc[absl::LogSeverity] severity); ---- == Description This function is async‐signal‐safe. == Parameters [cols="1,4"] |=== | Name| Description | *severity* | The new stderr threshold. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#