log4net should never raise an exception. Its been designed to not interfere with your application. If you do not call Configure, log4net will not configure itself.
--- [EMAIL PROTECTED] wrote: > > 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 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. Am I missing something? > > Thanks, > Hemant > >