FIUS / ICGE2

Version 2 of the Introduction Course Game Engine for the FIUS Java Introduction Course
MIT License
5 stars 4 forks source link

Disable action log logging to console #196

Open buehlefs opened 3 years ago

buehlefs commented 3 years ago

Make it possible to disable the action log logging all actions to the console. Expose the interface for this to the students (enable/disable logging methods for ActionLog interface). This would allow to declutter the console output for tasks where many entities are spawned or moved. Maybe allow to selectively log actions to console. The actions mutst always be added to the action log!