We are using log4net and want to specify it\'s configuration in an external config file (as we have done with other sections). To do this we have changed the log4net section
@Mitch, It turns out there is a file with the [assembly:...] declaration, but it did not have the ConfigFile property.
Once I added it and pointed it to Log.config, it started working. I would have thought that it would work like all the other config sections (ie AppSettings) and accept external config files with no modification.
We don't have the second statement you mentioned, as we wrap it in a global static log provider.