BloombergLP::ball::ObserverAdapter::publish

Process the specified log record and publishing context.

Synopsis

Declared in <ball_observeradapter.h>

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

Description

Process the record referred by the specified log shared pointer record having the specified publishing context. Note that classes that derive from ObserverAdapter should not implement this method.

Parameters

NameDescription
recordshared pointer to the log record to publish
contextpublication context for record