[#BloombergLP-ball-AsyncFileObserver-stdoutThreshold] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/AsyncFileObserver.adoc[AsyncFileObserver]::stdoutThreshold :relfileprefix: ../../../ :mrdocs: Return the minimum severity of records that will be logged to `stdout` by this async file observer. Note that records with a threshold less severe than `stdoutThreshold()` may still be output to the log file if file logging is enabled. == Synopsis Declared in `<ball_asyncfileobserver.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/ball/Severity/Level.adoc[Severity::Level] stdoutThreshold() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#