RiLeone / warbot

An autonomous, simulated game of world-conquest.
GNU General Public License v3.0
2 stars 2 forks source link

Change print() calls to logging.log() calls #2

Closed RiLeone closed 4 years ago

RiLeone commented 4 years ago

Enable a "better" logging strategy using the logging module. Each source file should define its logging level.

RiLeone commented 4 years ago

Logging module with auxiliary setup-function in new AuxiliaryModule. I hope the way it was implemented is expandable and "sustainable" in the long-run. Closing issue.