Set the minimum severity of records logged to stdout.
Declared in <ball_fileobserver.h>
void
setStdoutThreshold(Severity::Level stdoutThreshold);
Set the minimum severity of records logged to stdout by this file observer to the specified stdoutThreshold level. Note that if the value of stdoutThreshold is Severity::e_OFF, logging to stdout is disabled.
| Name | Description |
|---|---|
| stdoutThreshold | minimum severity for records logged to stdout |