[#absl-LogSeverities] = xref:absl.adoc[absl]::LogSeverities :relfileprefix: ../ :mrdocs: Returns an iterable of all standard `absl::LogSeverity` values, ordered from least to most severe. == Synopsis Declared in `<absl/base/log_severity.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr std::array<absl::LogSeverity, 4> LogSeverities(); ---- == Return Value An array containing `kInfo`, `kWarning`, `kError`, and `kFatal`, in that order. [.small]#Created with https://www.mrdocs.com[MrDocs]#