LogMoreConfig type​
Specifications for the base level of configuration parameters Log-More accepts
Signature:export declare type LogMoreConfig<TLogEventConfig extends LogEventConfig = LogEventConfig, TUserConfig extends UserConfig = UserConfig> = LogMoreConfigBase<TLogEventConfig, TUserConfig>;