Publish the specified log record with the given context.
Declared in <ball_fileobserver.h>
virtual
void
publish(
Record const& record,
Context const& context) override;
Process the specified log record having the specified publishing context by writing record and context to the current log file if file logging is enabled for this file observer, and to stdout if the severity of record is at least as severe as the value returned by stdoutThreshold.
DEPRECATED: Do not use.
| Name | Description |
|---|---|
| record | log record to publish |
| context | publication context for record |