What is the difference between Tracing and Logging?
Logging is not Tracing! Logging When you design a big application, you need to have good and flexible error reporting – perhaps across machines – to collect log data in a centralized way. That is a perfect use case for the Logging Application Block where you configure some remote trace listener, and send the log … Read more