I am using log4net in my .NET 3.5 console application and would like the log messages I generate to be seen in both the console standard out and the RollingFileAppender. The
If you have this in your code:
log4net.Config.BasicConfigurator.Configure();
Change it to:
log4net.Config.XmlConfigurator.Configure();