Format the specified log record into the specified output stream using the current record formatter functor.

Synopsis

Declared in <ball_observerformatterimp.h>

void
formatLogRecord(
    std::ostream& stream,
    bsl::shared_ptr<Record const> const& record) const;

Created with MrDocs