Return the format specification used for stdout log records.
Synopsis
Declared in <ball_asyncfileobserver.h>
bsl::string const&
getStdoutLogFormat() const;
Description
Return the format specification for log records written to stdout by this async file observer. See {Log Record Formatting} for details on the syntax of format specifications.
Return Value
format specification for stdout records
Created with MrDocs