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

Name

Description

stream

output stream that receives the formatted log record

record

shared pointer to the log record to format

Created with MrDocs