Friday 18 April 2008

Setting Up Log4Net For Multi Layered Applications

I am working on a multi layered application with numerous projects. The log4Net config is setup within a console application and I want to log messages from the other assemblies so they are funneled into the original log.

This article explains how to set this up: http://haacked.com/archive/2006/01/13/SettingUpLog4NetForMultiLayeredApplications.aspx

No comments: