Major refactoring for 1.1.1
[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.bugurl
32         URL used for sending bug reports.
33
34 openrocket.debug.updateurl
35         URL used for retrieving update notifications.
36
37 openrocket.debug.coordinatecount
38         If defined, the number of instantiations of the Coordinate class are counted and reported
39         every 1M instantiations, or as often as defined by this parameter.
40
41 openrocket.debug.quaternioncount
42         If defined, the number of instantiations of the Quaternion class are counted and reported
43         every 1M instantiations, or as often as defined by this parameter.
44