Share log4net configuration across multiple projects

Viewed 4008

In my WCF solution, I have multiple projects(16) under this solution. (Business Objects, Business Layer, Windows services etc.)

I need to integrate log4net logging framework to all projects. What would be the best approach to have a one log4net config file shared across all the projects.

2 Answers
Related