BloombergLP::ball::ObserverFormatterImp::formatLogRecord

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;

Parameters

NameDescription
streamoutput stream that receives the formatted log record
recordshared pointer to the log record to format