publish overloads
Declared in <ball_observeradapter.h>
Process the record referred by the specified log shared pointer record. Note that classes that derive from ObserverAdapter should not implement this method.
virtual
void
publish(
Record const& record,
Context const& context) override = 0;
» more...
Process the specified log record having the specified publishing context.
virtual
void
publish(
bsl::shared_ptr<Record const> const& record,
Context const& context) override;
» more...