Simple logging with use of System.Diagnostic.Trace
Recently we have decided to replace the logging framework we used, because of its not necessary complexity and a bunch of features we did not use and even did not know anything about. The goal was to use the built in System.Diagnostic.Trace facility and cover some of basic requirements we had.
By Mirek on (tags: logging, Trace, tracing, categories: code)