Process the specified log record with publishing context.
Declared in <ball_observeradapter.h>
virtual
void
publish(
Record const& record,
Context const& context) override = 0;
Process the specified log record having the specified publishing context. Classes that derive from ObserverAdapter must implement this method.
| Name | Description |
|---|---|
| record | log record to publish |
| context | publication context for record |