Updates the Stderr Threshold parameter.
Synopses
Declared in <absl/log/globals.h>
Updates the Stderr Threshold parameter.
void
SetStderrThreshold(absl::LogSeverity severity);
Updates the Stderr Threshold parameter.
void
SetStderrThreshold(absl::LogSeverityAtLeast severity);
Parameters
Name |
Description |
severity |
The new stderr threshold. |
Created with MrDocs