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

Name

Description

record

log record to publish

context

publication context for record

Created with MrDocs