publish overloads
Synopses
Declared in <ball_asyncfileobserver.h>
Process the specified log record with publishing context.
Publish the specified log record with the given context.
virtual
void
publish(
bsl::shared_ptr<Record const> const& record,
Context const& context) override;
Parameters
Name |
Description |
record |
log record to publish |
context |
publication context for |
Created with MrDocs