0
kicks
Writing Debug and Trace Messages (C# / .NET)
Complex software can be made easier to debug and monitor with the use of logging code. Such code outputs information about an application to the screen or to a location that can be examined during debugging or when the software is in a live environment.