log-right > ConfigurationManager > init
ConfigurationManager.init() methodโ
A function used to initialize the configuration in memory
Signature:static init(defaultConfig?: LogRightConfig): Result;
Parametersโ
Parameter | Type | Description |
---|---|---|
defaultConfig | LogRightConfig | The default configuration to apply |
A boolean indicating if the result of the function was successful or not