Skip to main content

log-more > ConfigurationManager > init

ConfigurationManager.init() methodโ€‹

A function used to initialize the configuration in memory

Signature:
static init(defaultConfig?: LogMoreConfig): Result;

Parametersโ€‹

ParameterTypeDescription
defaultConfigLogMoreConfigThe default configuration to apply
Returns:

Result

A boolean indicating if the result of the function was successful or not