Debug statements in at2sim


The amount of debuging information printed by at2sim may be controlled for all stars that inherit from DEApplication using debugLevel state.

The default value of 0 disables all debuging printouts for a star.
Other values will be treated as a "bitmask" that allows to select appropriate type of information:

Any non-zero value will cause printing of "header" and "footer" line showing current modeling time and the name of the star, so it is possible to identify the beginning and the end of a single execution block in a star.

For switch stars - the ones that inherit from DEEthSwitch_param, there exist control parameter OutputControl, which controls the amount of information printed. The values (bitmask) have the following meaning:


Additionally, the amount of information printed by switches at wrapup may be controlled using wrapupVerbose state - the meaning of values are the following:


Las modified by Piotr Golonka, 06 April 2004