Log4Net Multiple Projects
问题 I am using log4net in one of our solutions. The solution contains multiple projects, each a Unit-Test project. I am using the method described in this post to add logging to the various projects. I am using a rolling file appender to log all of the tests to a single log file that rolls over based on the size. Each of my projects log successfully to the log file, however, if I run tests from multiple projects (multiple test assemblies) , I only see logging from the first of the assemblies. For