publish overloads
Synopses
Declared in <ball_broadcastobserver.h>
Process the specified log record having the specified publishing context.
Process the specified log record having the specified publishing context by forwarding record and context to each of the observers registered with this broadcast observer.
virtual
void
publish(
bsl::shared_ptr<Record const> const& record,
Context const& context) override;
Created with MrDocs