@log-right/base > ReportConfigBase > capture
ReportConfigBase.capture propertyโ
The default function that will be used to capture the Report
. Can be overridden by the user to apply custom logging. The default functionality will try to write the Report
to the console.
capture: TCapture;