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