Return true if the long stdout output format is in use.
Synopsis
Declared in <ball_fileobserver.h>
bool
isStdoutLoggingPrefixEnabled() const;
Description
Return true if this 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 in use, and false otherwise
Created with MrDocs