mtelligent

View Original

Tracing with Log4Net and the Context Singleton Design Pattern

I decided to publish a short article on the code project about a utility class I built to leverage log4net and produce output that looks like the ASP.Net trace output. In building the class I created a variation of the Singleton design pattern that ensure that there is only one instance of a class per request.

http://www.codeproject.com/useritems/tracelogger.asp

I want to try write more articles and get them published. Increase my visibility and build a portfolio so to speak.