Skip to main content

log-more > ReportConfig

ReportConfig interfaceโ€‹

Report configuration parameters to be applied to a specific event type

Signature:
export interface ReportConfig<TFormat extends FormatFunction = FormatFunction, TCapture extends CaptureFunction = CaptureFunction, TReport extends ReportFunction = ReportFunction> extends ReportConfigBase<TFormat, TCapture> 
Extends: ReportConfigBase<TFormat, TCapture>

Propertiesโ€‹

PropertyTypeDescription
reportTReportThe default function that will be used to Report an event. Can be overridden by the user to apply custom logic.