Bronco-Space / simulation

3 stars 1 forks source link

Implement logging bool on panel #22

Closed maxwildersmith closed 3 years ago

maxwildersmith commented 3 years ago

Using #21 , implement the logging systems such that a check box on the panel is readable from other scripts. There should be two checkboxes, one for basic logging, and one for verbose logging (implementation details TBD), just make sure other scripts can read these and will log start up events if basic logging is checked (ie, print when some method is called).

maxwildersmith commented 3 years ago

Print to console instead of context menu.