I am making my switch from coding in C++ to C#. I need to replace my C++ error logging/reporting macro system with something similar in C#.
In my C++ source I can w
Another good logging library is NLog, which can log to a lot of different places, such as files, databases, event logger etc.