BloombergLP::ball::BroadcastObserver::publish

Process the specified log record having the specified publishing context.

Synopsis

Declared in <ball_broadcastobserver.h>

virtual
void
publish(
    bsl::shared_ptr<Record const> const& record,
    Context const& context) override;

Description

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.

Parameters

NameDescription
recordlog record to publish
contextpublication context for record