Process the specified log record having the specified publishing context.
Declared in <ball_cstdioobserver.h>
virtual
void
publish(
bsl::shared_ptr<Record const> const& record,
Context const& context) override;
Process the specified log record having the specified publishing context. Print record and context to the FILE * supplied at construction. The behavior is undefined if record or context is modified during the execution of this method.
| Name | Description |
|---|---|
| record | log record to publish |
| context | publication context for record |