OutputDebugString replacement

To replace OutputDebugString API use the System.Diagnostics.Debug class.

For example:

System.Diagnostics.Debug.WriteLine("Debug message");
Lastest update in May 2011, inital post in May 2011

Write a comment

I appreciate comments, suggestions, compliments etc. Unfortunately I have no time to reply to them. Useful input will be used for sure!