absl::SetStderrThreshold

Updates the Stderr Threshold parameter.

Synopsis

Declared in <absl/log/globals.h>

void
SetStderrThreshold(absl::LogSeverityAtLeast severity);

Description

This function is async-signal-safe.

Parameters

NameDescription
severityThe new stderr threshold.