RE: log4net.Config.XmlConfigurator.ConfigureAndWatch()

2005-06-13 Thread Nicko Cadell
log4net: Logger: DynamicDirectory: Nicko > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 09 June 2005 07:46 > To: log4net-user@logging.apache.org > Subject: log4net.Config.XmlConfigurator.ConfigureAndWatch() > > > Hi > >

Re: log4net.Config.XmlConfigurator.ConfigureAndWatch()

2005-06-09 Thread Surya Jakhotia
:>>>>> Hi>>>> I would like to know what will happen if I get a logger using >> LogManager and>> make a log call using the logger without first calling the>> log4net.Config.XmlConfigurator.ConfigureAndWatch(configFileInfo).>> Will>> log4net

Re: log4net.Config.XmlConfigurator.ConfigureAndWatch()

2005-06-09 Thread hbmlists
log4net.Config.XmlConfigurator.ConfigureAndWatch(configFileInfo). Will log4net log an error( assuming log4net.internal.debug is set to true) or will it silently ignore it? I tried it and it seems log4net is silently ignoring it. Actually I would have expected some sort of error/information logged by log4net to signal this condition

Re: log4net.Config.XmlConfigurator.ConfigureAndWatch()

2005-06-09 Thread Ron Grabowski
r and > make a log call using the logger without first calling the > log4net.Config.XmlConfigurator.ConfigureAndWatch(configFileInfo). > Will > log4net log an error( assuming log4net.internal.debug is set to true) > or > will it silently ignore it? I tried it and it seems log

log4net.Config.XmlConfigurator.ConfigureAndWatch()

2005-06-08 Thread hbmlists
Hi I would like to know what will happen if I get a logger using LogManager and make a log call using the logger without first calling the log4net.Config.XmlConfigurator.ConfigureAndWatch(configFileInfo). Will log4net log an error( assuming log4net.internal.debug is set to true) or will it