[#BloombergLP-ball-ObserverFormatterImp-formatLogRecord] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/ObserverFormatterImp.adoc[ObserverFormatterImp]::formatLogRecord :relfileprefix: ../../../ :mrdocs: Format the specified log `record` into the specified output `stream` using the current record formatter functor. == Synopsis Declared in `<ball_observerformatterimp.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void formatLogRecord( std::ostream& stream, xref:bsl/shared_ptr-0a.adoc[bsl::shared_ptr<Record const>] const& record) const; ---- == Parameters [cols="1,4"] |=== | Name| Description | *stream* | output stream that receives the formatted log record | *record* | shared pointer to the log record to format |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#