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
Name |
Description |
record |
shared pointer to the log record to publish |
context |
publication context for |
Created with MrDocs