[#absl-LogSeverityName] = xref:absl.adoc[absl]::LogSeverityName :relfileprefix: ../ :mrdocs: Returns the all‐caps string representation (e.g. "INFO") of the specified severity level if it is one of the standard levels and "UNKNOWN" otherwise. == Synopsis Declared in `<absl/base/log_severity.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr char const* LogSeverityName(xref:absl/LogSeverity.adoc[absl::LogSeverity] s); ---- == Return Value The all‐caps name of `s`, or "UNKNOWN" if `s` is not a standard level. == Parameters [cols="1,4"] |=== | Name| Description | *s* | The severity level to name. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#