Returns the value of the Stderr Threshold parameter.

Synopsis

Declared in <absl/log/globals.h>

[[nodiscard]]
absl::LogSeverityAtLeast
StderrThreshold();

Description

This function is async‐signal‐safe.

Return Value

The current stderr threshold.

Note

The return value should not be discarded.

Created with MrDocs