Process the specified log record and publishing context.
Declared in <ball_observeradapter.h>
virtual
void
publish(
bsl::shared_ptr<Record const> const& record,
Context const& context) override;
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.
| Name | Description |
|---|---|
| record | shared pointer to the log record to publish |
| context | publication context for record |