nooogle / CDS.CSharpScripting

Drop-in user control for C# editing with intellisense and compilation. Script compilation and execution classes for GUI and console applications.
MIT License
9 stars 3 forks source link

Add support for trace listeners #11

Open nooogle opened 3 years ago

nooogle commented 3 years ago

See: https://docs.microsoft.com/en-us/dotnet/framework/debug-trace-profile/trace-listeners

Would like to be able to hook Debug.WriteXXX and Trace.WriteXXX calls in a script and redirect to the output window or some other window.