marcoallanda01 / IS23AM15

4 stars 2 forks source link

Separate logger and CLI #22

Closed PietroAmmaturo closed 1 year ago

PietroAmmaturo commented 1 year ago

As of right now the CLI prints both debugging statments and game content, an easy solution for this is to remove the debugging statments, a better solution would be to create a "Logger" CLI along with a "Gaming" CLI (much like javafx works while debug statments are printed on the CLI)

PietroAmmaturo commented 1 year ago

Done, logger is now a class and a Client attribute, it logs to files in the client working directory.