[#absl-AbslUnparseFlag-09] = xref:absl.adoc[absl]::AbslUnparseFlag :relfileprefix: ../ :mrdocs: Unparses an `absl::LogSeverity` flag value. See `base/log_severity.h` for the full documentation. == Synopsis Declared in `<absl/flags/marshalling.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string AbslUnparseFlag(xref:absl/LogSeverity.adoc[absl::LogSeverity] severity); ---- == Return Value The string representation of the flag value. == Parameters [cols="1,4"] |=== | Name| Description | *severity* | The value to unparse. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#