absl::AbslUnparseFlag

Unparses an absl::LogSeverity flag value. See base/log_severity.h for the full documentation.

Synopsis

Declared in <absl/flags/marshalling.h>

std::string
AbslUnparseFlag(absl::LogSeverity severity);

Return Value

The string representation of the flag value.

Parameters

NameDescription
severityThe value to unparse.