Aller au contenu principal

log-right > LogRightConfig

LogRightConfig type​

Specifications for the base level of configuration parameters log-right accepts

Signature:
export declare type LogRightConfig<TLogEventConfig extends LogEventConfig = LogEventConfig, TUserConfig extends UserConfig = UserConfig> = LogRightConfigBase<TLogEventConfig, TUserConfig>;
References: [LogEventConfig](/log-right/fr/docs/log-right.logeventconfig)