RE: log4net not reading all of app.config file

2013-06-27 Thread Howe, Peter L
, 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. I traced right down to the calls to l

RE: log4net not reading all of app.config file

2013-06-24 Thread Howe, Peter L
it call 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: log4

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 events