The Log4Net mailing list is a great source of information about using log4Net, in this forum we collect all the messages in the log4net user list and some selected threads from the developer list.
| Author |
Messages |
|
lilalfyalien
 |
| 09/18/2008 12:47 PM |
|
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.
|
|
|
|
|
Ron Grabowski
 |
| 09/19/2008 12:49 AM |
|
Log4net doesn't track that information. Can you store that information on your own in a static variable?
|
|
|
|
|
|
| You are not authorized to post a reply. |
|
|
|
ActiveForums 3.7
|