Open andrei-ivanovici opened 8 years ago
Totally agree on that. However I prefer to use NLog. It does the same thing but is simpler and less verbose. Also according to some sources it is faster but it doesn't really matter for this project.
Great. I'll pick it up today when I get home. Might create another PR at the end of the day
I already integrated it but before adding logging in lots of places I wanted to review your pull request to avoid lots of merge conflicts.
cool :+1: , I'll wait for your commits and pick it up afterwards. In the meantime, I'll continue with the MVVM stuff. I can merge any conflicting changes with the mvvm branch
We definitely need a better way to log our errors. My first recommendation would be to use a logging framework like Log4Net. I've used it successfully with other projects at work. If we come to an agreement, I can fully integrate it in less than a day