Set the minimum severity of records logged to stdout.
Synopsis
Declared in <ball_fileobserver.h>
void
setStdoutThreshold(Severity::Level stdoutThreshold);
Description
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.
Parameters
Name |
Description |
stdoutThreshold |
minimum severity for records logged to |
Created with MrDocs