Sets the value of a setting parameter
CLx_setting_set(name, value)
Sets the value of a setting parameter. See CLx_settings for the list of available setting parameters.
The configuration file is updated if the value has changed.
(string) Name of the setting parameter.
(variable type) Value of the setting parameter.
// Warning: these calls will change the settings! CLx_setting_set("LOG_VERBOSITY", "DEBUG"); CLx_setting_set("LOG_FILE", fullfile(TMPDIR, "celestlabx.log")); CLx_setting_set("STELA_LOG", %t); | ![]() | ![]() |