[#BloombergLP-ball-Observer-publish-09] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/Observer.adoc[Observer]::publish :relfileprefix: ../../../ :mrdocs: Process the specified log `record` and publishing `context`. == Synopsis Declared in `<ball_observer.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); ---- == Description Process the specified log `record` having the specified publishing `context`. The exact definition of publish depends on the implementing class, though the intention is that the log `record` (whose publication has occurred according to `context`) be distributed in a human or machine readable form. [.small]#Created with https://www.mrdocs.com[MrDocs]#