Share log4net configuration across multiple projects
问题 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. 回答1: Visual Studio allows you to link files from the solution level down to the project level. I would use this approach over the approach of hard coding at path. Add > Existing Item > Add As Link See the