absl::SetStderrThreshold

Updates the Stderr Threshold parameter.

Synopses

Declared in <absl/log/globals.h>

Updates the Stderr Threshold parameter.

void
SetStderrThreshold(absl::LogSeverity severity);
» more...

Updates the Stderr Threshold parameter.

void
SetStderrThreshold(absl::LogSeverityAtLeast severity);
» more...

Parameters

NameDescription
severityThe new stderr threshold.