Aller au contenu principal

@log-right/base > LogEventConfigBase

LogEventConfigBase type​

A type to represent a full log event sequence: - 1. A Result is returned from a function or process - 2. The Result is used to create (or format) a Report - 3. The Report is captured to help identify an issue or a more general event

Signature:
export declare type LogEventConfigBase<TResultConfig extends ResultConfigBase = ResultConfigBase, TReportConfig extends ReportConfigBase = ReportConfigBase> = TResultConfig & TReportConfig;
References: [ResultConfigBase](/log-right/fr/docs/base.resultconfigbase), [ReportConfigBase](/log-right/fr/docs/base.reportconfigbase)