NormalizeLogSeverity overloads

Synopses

Declared in <absl/base/log_severity.h>

Values less than kInfo normalize to kInfo; values greater than kFatal normalize to kError (NOT kFatal).

Overload that normalizes a raw integer as if it were an absl::LogSeverity.

Return Value

The normalized severity level.

Parameters

Name

Description

s

The severity level to normalize.

Created with MrDocs