openrocket/doc/properties.txt

59 lines
1.6 KiB
Plaintext
Raw Normal View History

2010-07-17 22:52:23 +00:00
System properties used by OpenRocket:
=====================================
Logging options
---------------
Possible values are ERROR, WARN, USER, INFO, DEBUG and ALL.
openrocket.log.stderr
Defines from which log level upwards log events are written to STDERR. Defaults to no output.
openrocket.log.stdout
Defines from which log level upwards log events are written to STDOUT. Defaults to no output.
openrocket.log.tracelevel
Defines from which log level upwards the logging position is stored along with the log line.
Defaults to INFO.
Debugging options
-----------------
openrocket.debug
Turns on various options useful for debugging purposes. The parameters defined are:
openrocket.log.stdout=VBOSE
openrocket.log.tracelevel=VBOSE
openrocket.debug.menu=true
openrocket.debug.motordigest=true
2010-07-17 22:52:23 +00:00
openrocket.debug.menu
If defined the "Debug" menu will be displayed in the main application window.
2010-07-22 07:21:37 +00:00
openrocket.debug.prefs
If defined a new, clean set of preferences will be used (does not overwrite the existing preferences).
2010-07-17 22:52:23 +00:00
openrocket.debug.bugurl
URL used for sending bug reports.
openrocket.debug.updateurl
URL used for retrieving update notifications.
2010-07-30 21:06:51 +00:00
openrocket.debug.motordigest
If defined the motor digest will be displayed in the selection dialog.
2010-07-17 22:52:23 +00:00
openrocket.debug.coordinatecount
If defined, the number of instantiations of the Coordinate class are counted and reported
every 1M instantiations, or as often as defined by this parameter.
openrocket.debug.quaternioncount
If defined, the number of instantiations of the Quaternion class are counted and reported
every 1M instantiations, or as often as defined by this parameter.