Process the specified log record having the specified publishing context. This concrete publish implementations processes the record by forwarding record and context to each of the observers registered with this multiplexing observer.
Synopsis
Declared in <ball_multiplexobserver.h>
virtual
void
publish(
bsl::shared_ptr<Record const> const& record,
Context const& context) override;
Created with MrDocs