Create a general logger class that can log: - [ ] Errors - [ ] Warnings - [ ] Info Should be able to take in an error object and log it in a stringify way
Create a general logger class that can log:
Should be able to take in an error object and log it in a stringify way