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. |
Created with MrDocs