Capture debug output in c#

Posted by Axarydax on Stack Overflow See other posts from Stack Overflow or by Axarydax
Published on 2010-05-11T08:25:55Z Indexed on 2010/05/11 8:34 UTC
Read the original article Hit count: 206

Filed under:
|
|
|

Hello, do you know if it's possible to capture debug output (create debug listener) in C#? I'd like to have functionality like DebugView has, but I'd like to log debug output to SQL server. Or maybe a better way would be to make DebugView log to a file, and then feed the file to SQL server?

© Stack Overflow or respective owner

Related posts about debug

Related posts about c#