Updates the Stderr Threshold parameter.

Synopsis

Declared in <absl/log/globals.h>

void
SetStderrThreshold(absl::LogSeverity severity);

Description

This function is async‐signal‐safe.

Parameters

Name

Description

severity

The new stderr threshold.

Created with MrDocs