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>;