How to redirect output from Diagnostics.Trace to Page.Trace?

  • Thread starter Thread starter Matthias S.
  • Start date Start date
M

Matthias S.

Hi everybody!

Is there a way to redirect the Standard Trace Output (written through
System.Diagnostics.Trace) so that it shows up in the trace of the page (if
not disabled?).

Thanks a ton.
 
You can write and attach your own trace listener.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top