Tool to automatically add tracing or instrumentation to an .NET app?

Posted by Tony_Henrich on Stack Overflow See other posts from Stack Overflow or by Tony_Henrich
Published on 2010-05-04T23:39:32Z Indexed on 2010/05/04 23:48 UTC
Read the original article Hit count: 220

Filed under:
|

I have a .NET app which runs once a day. Sometimes there's a logical error somewhere which occurs randomly. Is there a tool like Eqatec's Tracer which automatically injects instrumentation in the code and logs everything to a file? The issue with Eqatec's Tracer is that it opens a window on the machine and it doesn't seem to log. My issue rarely occurs and I need to keep all logs for a long time.

I don't want to change the source code and add logging statements all over the place.

I am aware of PostSharp & Logfaces.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about instrumentation