alex-bezek / cartesia

Server and UI for cartersia
1 stars 0 forks source link

Create logger #4

Open alex-bezek opened 5 years ago

alex-bezek commented 5 years ago

Eslint complains if you use console.log as it’s bad practice. In theory you should have a custom logger class that implements a similar interface and can be toggled on or off based off level.

Evaluate possibly strategies or open source packages for both front end and backend.

Might benefit from shared core code