[#BloombergLP-ball-AsyncFileObserver-setStdoutThreshold] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/AsyncFileObserver.adoc[AsyncFileObserver]::setStdoutThreshold :relfileprefix: ../../../ :mrdocs: Set the minimum severity of records logged to `stdout` by this async file observer to the specified `stdoutThreshold` level. Note that if the value of `stdoutThreshold` is `Severity::e_OFF`, logging to `stdout` is disabled. Also note that this method affects records subsequently received through the `publish` method as well as those that are currently on the queue. == Synopsis Declared in `<ball_asyncfileobserver.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]#