Click here to Skip to main content
15,896,479 members
Articles / Programming Languages / C#

Considerations for implementing trace facilities in release builds of .NET applications

Rate me:
Please Sign up or sign in to vote.
3.61/5 (11 votes)
4 Nov 20029 min read 112.7K   58  
What is the best technique to produce trace output in release build of .NET application, i.e. when application is shipped to a customer or runs in a production environment? The article discusses pros and cons of standard .NET trace facilities, and presents some alternatives.

Revisions


  

Compare Revision Minor Date Status Editor
1 - publicly available No 4-Nov-02 18:00 Available Chris Maunder

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Architect Miles AS
Norway Norway
Vagif Abilov is a Russian/Norwegian software developer and architect working for Miles. He has more than twenty years of programming experience that includes various programming languages, currently using mostly C# and F#.

Vagif writes articles and speaks at user group sessions and conferences. He is a contributor and maintainer of several open source projects, including Simple.Data OData adapter, Simple.OData.Client and MongOData.

Comments and Discussions