SyntaxFix
Write A Post
Hire A Developer
Questions
Use System.Diagnostics.Trace
System.Diagnostics.Trace
Depending on what listeners you attach, trace output can go to the debug window, the console, a file, database, or all at once. The possibilities are literally endless, as implementing your own TraceListener is extremely simple.