absl::StderrThreshold

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.