CelestLabX settings
A few setting parameters are defined to control CelestLabX's behaviour. Settings are
manipulated through the following
CelestLabX macros: CLx_setting_set
, CLx_setting_get
,
and CLx_setting_reset
.
The available settings are:
(string) Verbosity level of logging.
Accepted values (sorted in decreasing verbosity order) are:
TRACE
, DEBUG
, INFO
,
WARN
, ERROR
and FATAL
Default value is FATAL
.
(string) Path of the file to which logs are written.
If empty, no log file is created. Default value is empty.
(boolean) If true (%t
), the STELA logs are merged with
the CelestLabX logs.
Default value is false (%f
).
(string) Path of STELA installation directory.
It can be initialized by CLx_stela_register.
Default value is empty (embedded STELA version is then used).
The current settings are stored in the file celestlabx_config.txt
located in the SCIHOME
directory.
When CelestLabX is loaded, the settings are automatically read from this file.