absl::MinLogLevel

Returns the value of the Minimum Log Level parameter.

Synopsis

Declared in <absl/log/globals.h>

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

Description

This function is async-signal-safe.

Return Value

The current minimum log level.

NOTE

The return value should not be discarded.