Description -
Currently when debugging is enabled all events are logged to the console which makes it very hard to see what is going on. It would be great if there was a way to select which types of events were written to the console. Often I just want to see the custom logs generated where I've used the _satellite.logger function in custom code.
Why is this feature important to you -
It would make debugging easier. At the moment I find myself often resorting to using console.log because it is easier to see what is happening but this has it's own drawbacks
How would you like the feature to work -
Maybe the _satellite.setDebug() function could be altered to take an additional optional parameter listing the categories of log that you want to write to the console?
Current Behaviour -
Everything gets written to the console