Process the specified log record and publishing context.

Synopsis

Declared in <ball_observer.h>

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

Description

Process the specified log record having the specified publishing context. The exact definition of publish depends on the implementing class, though the intention is that the log record (whose publication has occurred according to context) be distributed in a human or machine readable form.

Parameters

Name

Description

record

shared pointer to the log record to publish

context

publication context for record

Created with MrDocs