[#BloombergLP-ball-AsyncFileObserver-isStdoutLoggingPrefixEnabled] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/AsyncFileObserver.adoc[AsyncFileObserver]::isStdoutLoggingPrefixEnabled :relfileprefix: ../../../ :mrdocs: Return `true` if the long `stdout` output format is in use. == Synopsis Declared in `<ball_asyncfileobserver.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool isStdoutLoggingPrefixEnabled() const; ---- == Description Return `true` if this async file observer uses the long output format when writing to `stdout`, and `false` otherwise (in which case the default short output format is used). See `enableStdoutLoggingPrefix` and `disableStdoutLoggingPrefix`. == Return Value `true` if the long `stdout` format is used, and `false` otherwise [.small]#Created with https://www.mrdocs.com[MrDocs]#