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