Return true if the long stdout output format is in use.
Declared in <ball_asyncfileobserver.h>
bool
isStdoutLoggingPrefixEnabled() const;
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.
true if the long stdout format is used, and false otherwise