motor selection enhancements
[debian/openrocket] / doc / properties.txt
1
2 System properties used by OpenRocket:
3 =====================================
4
5
6 Logging options
7 ---------------
8
9 Possible values are ERROR, WARN, USER, INFO, DEBUG and ALL.
10
11
12 openrocket.log.stderr
13         Defines from which log level upwards log events are written to STDERR.  Defaults to no output.
14
15 openrocket.log.stdout
16         Defines from which log level upwards log events are written to STDOUT.  Defaults to no output.
17
18 openrocket.log.tracelevel
19         Defines from which log level upwards the logging position is stored along with the log line.
20         Defaults to INFO.
21
22
23
24
25 Debugging options
26 -----------------
27
28 openrocket.debug.menu
29         If defined the "Debug" menu will be displayed in the main application window.
30
31 openrocket.debug.prefs
32         If defined a new, clean set of preferences will be used (does not overwrite the existing preferences).
33
34 openrocket.debug.bugurl
35         URL used for sending bug reports.
36
37 openrocket.debug.updateurl
38         URL used for retrieving update notifications.
39
40 openrocket.debug.motordigest
41         If defined the motor digest will be displayed in the selection dialog.
42
43 openrocket.debug.coordinatecount
44         If defined, the number of instantiations of the Coordinate class are counted and reported
45         every 1M instantiations, or as often as defined by this parameter.
46
47 openrocket.debug.quaternioncount
48         If defined, the number of instantiations of the Quaternion class are counted and reported
49         every 1M instantiations, or as often as defined by this parameter.
50