BloombergLP::ball::ObserverAdapter::publish

Process the specified log record with publishing context.

Synopsis

Declared in <ball_observeradapter.h>

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

Description

Process the specified log record having the specified publishing context. Classes that derive from ObserverAdapter must implement this method.

Parameters

NameDescription
recordlog record to publish
contextpublication context for record