Probably best to send this sort of query to the log4net-users list. http://logging.apache.org/log4net/support.html
Log4net internal debugging will tell you what log4net is doing when you try to configure it: http://logging.apache.org/log4net/release/manual/faq.html#internalDebug Bear in mind that when loaded from an application like Office all the paths are relative to the application base directory, which is the office application directory. Nicko > -----Original Message----- > From: Gabriel Toma [mailto:[EMAIL PROTECTED] > Sent: 03 March 2005 17:07 > To: Nicko Cadell > Subject: Please help > > Please,please help!!! > > I cannot use log4net from inside a dll. For everything i did, > even the programatically loading of the configuration file, > nothing worked. > > If used in an Windows or Console application, where the main > application makes a call to another application built as an > dll that uses log4net, it works. > The main application has nothing to do with log4net, as the > called one does all the logging. > > But if my program (Office Shared Add-In) uses that dll (which > uses log4net for logging ) , it doesn't log anything. > > It took me a hole day to give it up.... > >
