[#BloombergLP-ball-AsyncFileObserver-getLogFormat] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/AsyncFileObserver.adoc[AsyncFileObserver]::getLogFormat :relfileprefix: ../../../ :mrdocs: Load the format specification for log records written by this async file observer to the log file into the specified `*logFileFormat` address and the format specification for log records written to `stdout` into the specified `*stdoutFormat` address. See {Log Record Formatting} for details on the syntax of format specifications. == Synopsis Declared in `<ball_asyncfileobserver.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void getLogFormat( char const** logFileFormat, char const** stdoutFormat) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#