Updates the value of Minimum Log Level parameter.

Synopsis

Declared in <absl/log/globals.h>

void
SetMinLogLevel(absl::LogSeverityAtLeast severity);

Description

This function is async‐signal‐safe.

Parameters

Name

Description

severity

The new minimum log level.

Created with MrDocs