MC-Synergy / MCSTurtleTracker

This is an application where you can track every turtle in the server in real-time.
2 stars 0 forks source link

Add optional paramater disable terminal prints #14

Closed crazyvinvin closed 1 year ago

crazyvinvin commented 1 year ago

Add an optional paramater to the init function to disable the printed logs in the terminal. Best would be if only the info logs would be disabled, but the error/warning logs (for example if you forget a param) are still printed

Josian2004 commented 1 year ago

Added in the latest library update, a third parameter to the init function has been added to disable logging. (it is enabled by default)