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