Skip to main content

log-more > LogEventConfig

LogEventConfig 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 LogEventConfig<TResultConfig extends ResultConfig = ResultConfig, TReportConfig extends ReportConfig = ReportConfig> = LogEventConfigBase<TResultConfig, TReportConfig>;
References: [ResultConfig](/log-right/docs/log-more.resultconfig), [ReportConfig](/log-right/docs/log-more.reportconfig)