Unparses an absl::LogSeverity flag value. See base/log_severity.h for the full documentation.
Declared in <absl/flags/marshalling.h>
std::string
AbslUnparseFlag(absl::LogSeverity severity);
The string representation of the flag value.
| Name | Description |
|---|---|
| severity | The value to unparse. |