[#BloombergLP-ball-BroadcastObserver-publish-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/BroadcastObserver.adoc[BroadcastObserver]::publish :relfileprefix: ../../../ :mrdocs: 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. == Synopsis Declared in `<ball_broadcastobserver.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void publish( xref:bsl/shared_ptr-0a.adoc[bsl::shared_ptr<Record const>] const& record, xref:BloombergLP/ball/Context.adoc[Context] const& context) override; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#