exercism / gui

MIT License
22 stars 13 forks source link

Add logging file #24

Closed holandes22 closed 8 years ago

holandes22 commented 8 years ago

We can store a log file in the exercism folder. We should output all to both the console and the file

This looks like a good logging lib for node:

https://github.com/winstonjs/winston

need to check if works well in electron

holandes22 commented 8 years ago

Closing this. I originally opened this since I didn't know you can get dev tools (and console) working in prod, but this is not the case. So in case of an issue we can ask the user to just open the console and copy the error. Plus, Is gonna be problematic to output every message from console (node) and window.console (rendered) to a file, sure is doable but don't think is worth the effort