[#absl-NormalizeLogSeverity-07a] = xref:absl.adoc[absl]::NormalizeLogSeverity :relfileprefix: ../ :mrdocs: Values less than `kInfo` normalize to `kInfo`; values greater than `kFatal` normalize to `kError` (*NOT* `kFatal`). == Synopsis Declared in `<absl/base/log_severity.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:absl/LogSeverity.adoc[absl::LogSeverity] NormalizeLogSeverity(xref:absl/LogSeverity.adoc[absl::LogSeverity] s); ---- == Return Value The normalized severity level. == Parameters [cols="1,4"] |=== | Name| Description | *s* | The severity level to normalize. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#