AW: log4net not reading all of app.config file

2013-06-28 Thread Dominik Psenner
I'm glad you were able to sort it out. Cheers Von: Howe, Peter L [mailto:ph...@paychex.com] Gesendet: Donnerstag, 27. Juni 2013 16:54 An: Log4NET Dev Betreff: RE: log4net not reading all of app.config file Thanks again, Dominik, you were right again. I DID forget the assembly

RE: log4net not reading all of app.config file

2013-06-27 Thread Howe, Peter L
...@paychex.com] Gesendet: Montag, 24. Juni 2013 21:43 An: Log4NET Dev Betreff: RE: log4net not reading all of app.config file Thank you for the suggestions, I had already added my own WriteLine statements but had not tried the XMLConfigurator. I traced right down to the calls to log4net, and the test

AW: log4net not reading all of app.config file

2013-06-25 Thread Dominik Psenner
it, have you? Cheers Von: Howe, Peter L [mailto:ph...@paychex.com] Gesendet: Montag, 24. Juni 2013 21:43 An: Log4NET Dev Betreff: RE: log4net not reading all of app.config file Thank you for the suggestions, I had already added my own WriteLine statements but had not tried the XMLConfigurator

log4net not reading all of app.config file

2013-06-24 Thread Howe, Peter L
I have a very strange problem. It appears that log4net is not reading the entire config file. I know it is reading at least PART of the file, because I can enable the internal key (add key=log4net.Internal.Debug value=true/) by changing the comment markers, and log4net outputs debug

Re: log4net not reading all of app.config file

2013-06-24 Thread Dominik Psenner
Hi Peter, very strange problem indeed. Have you tried loading the configuration from a separate config file (XmlConfigurator.Configure(file))? Have you tried to output something on the Console right nearby the log4net logging calls to check whether your program really generates logging

RE: log4net not reading all of app.config file

2013-06-24 Thread Howe, Peter L
to XMLConfigurator), but I'm not going to look the gift horse in the mouth! I can proceed now, while noting the problem in the back of my mind. Thanks again! Peter From: Dominik Psenner [mailto:dpsen...@gmail.com] Sent: Monday, June 24, 2013 2:48 PM To: Log4NET Dev Subject: Re: log4net not reading all