publish overloads

Synopses

Declared in <ball_observer.h>

Process the specified log record having the specified publishing context.

virtual
void
publish(
    Record const& record,
    Context const& context);

Process the specified log record having the specified publishing context. Print record and context to the bsl::ostream supplied at construction. The behavior is undefined if record or context is modified during the execution of this method.

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

Created with MrDocs