Store the most recently published log record and context.

Synopsis

Declared in <ball_testobserver.h>

virtual
void
publish(
    bsl::shared_ptr<Record const> const& record,
    Context const& context) override;

Parameters

Name

Description

record

shared pointer to the log record to publish

context

publication context for record

Created with MrDocs