Not sure I fully understand your answer.
This file is named log4net.config.
I don't have access to the source code. This is held by a third party and I don't wnat to distract them from fixing the "real" bugs in the software. I was rather hoping that just changing something in this config file would fix it.
I assume therefore that latter of your suggestions is what I should try. I will.
Main Topics
Browse All Topics





by: pivarPosted on 2009-09-29 at 05:42:38ID: 25448208
Hi,
ator()]
ator(Confi gFile = "log4net.config")]
This looks like a app.config file (that is .NET app config). If you change the name to app.config and load log4net with
[assembly: log4net.Config.XmlConfigur
it should work.
If you like to use a specific log4net config save the attached file as "log4net.config" and load log4net with
[assembly: log4net.Config.XmlConfigur
/peter
Select allOpen in new window