publish overloads
Declared in <ball_observer.h>
Process the specified log record with publishing context.
virtual
void
publish(
Record const& record,
Context const& context);
» more...
Publish the specified log record with the given context.
virtual
void
publish(
bsl::shared_ptr<Record const> const& record,
Context const& context) override;
» more...
| Name | Description |
|---|---|
| record | log record to publish |
| context | publication context for record |