Hi,
I am using this code to load in an XML config file:
FileInfo configFile = new FileInfo("C:\\Log4Net.Config");
log4net.Config.XmlConfigurator.ConfigureAndWatch(configFile);
How can I then find out where Log4Net is logging to so I can display this
info to my user and tell them to look in the log file at X?
Thanks
Amy
--
View this message in context:
http://www.nabble.com/How-to-find-where-log4net-is-logging-to-at-runtime-tp19550153p19550153.html
Sent from the Log4net - Dev mailing list archive at Nabble.com.