Format the specified log record into the specified output stream using the current record formatter functor.
Declared in <ball_observerformatterimp.h>
void
formatLogRecord(
std::ostream& stream,
bsl::shared_ptr<Record const> const& record) const;
| Name | Description |
|---|---|
| stream | output stream that receives the formatted log record |
| record | shared pointer to the log record to format |