shanirub / ecommerce

An E-commerce System Inspired by the Super Mario Universe
MIT License
2 stars 0 forks source link

Add logging system #14

Closed shanirub closed 4 months ago

shanirub commented 4 months ago

Currently exceptions and error messages are printed out to console. That works fine for quick unit testing.

But in the long run, an appropriate logging system should be added.

shanirub commented 4 months ago

catch general Exception in all methods