Click here to Skip to main content
15,891,248 members
Articles / Web Development / ASP.NET

Tracing with Log4Net and the Context Singleton Design Pattern

Rate me:
Please Sign up or sign in to vote.
4.50/5 (8 votes)
12 Aug 2006MIT4 min read 44.7K   288   35  
This article describes techniques than enable ASP.Net trace style performance information to be outputted to any appender using log4net. In building this utility class, we also delve into a design pattern that enables developer’s to create a single instance of a class for a single ASP.Net request.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Web Developer mtelligent Solutions llc
United States United States
David is the founder of mtelligent Solutions llc, creator of Snip-It Pro, a code snippet organizer that make it easy to organize, search and share your code library.

He currently holds both the MCSD.Net and MCDBA credentials. He actively blogs at www.mtelligent.com, where he posts notes on upgrading the MCSD.Net to the MCPD credential.

Comments and Discussions