[#absl-StderrThreshold] = xref:absl.adoc[absl]::StderrThreshold :relfileprefix: ../ :mrdocs: Returns the value of the Stderr Threshold parameter. == Synopsis Declared in `<absl/log/globals.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard]] xref:absl/LogSeverityAtLeast.adoc[absl::LogSeverityAtLeast] StderrThreshold(); ---- == Description This function is async‐signal‐safe. == Return Value The current stderr threshold. [NOTE] ==== The return value https://en.cppreference.com/cpp/language/attributes/nodiscard[should not be discarded^]. ==== [.small]#Created with https://www.mrdocs.com[MrDocs]#