Closed ddaws closed 10 years ago
Absolutely agree. Have already created https://github.com/Glavin001/atom-logger which I intend to use Whintson internally and provide customizable logging for Atom packages. Thanks for making this a issue and putting it on my priority list.
https://github.com/Glavin001/atom-logger is ready to go!
I have installed this atom package and while working on my own atom package noticed the logs being produced. It would be nice to be able to set the log level from the configuration so that I may turn the logs up or down as needed.
I recommend using winston. It allows for configurable logs and has query functionality so you may search through your logs.