[#BloombergLP-ball-FileObserver-setStdoutThreshold] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/FileObserver.adoc[FileObserver]::setStdoutThreshold :relfileprefix: ../../../ :mrdocs: 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. == Synopsis Declared in `<ball_fileobserver.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void setStdoutThreshold(xref:BloombergLP/ball/Severity/Level.adoc[Severity::Level] stdoutThreshold); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#