Skip to main content

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/docs/log-right.logeventconfig)