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

Name

Description

severity

The value to unparse.

Created with MrDocs