enhanced motor selection dialog
[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.coordinatecount
41         If defined, the number of instantiations of the Coordinate class are counted and reported
42         every 1M instantiations, or as often as defined by this parameter.
43
44 openrocket.debug.quaternioncount
45         If defined, the number of instantiations of the Quaternion class are counted and reported
46         every 1M instantiations, or as often as defined by this parameter.
47