Hi I am developing a ClassLibrary in C#(VS2008). I have refernce to log4net.dll. This DLL has only one function which will log a string using log4net. My AssemblyInfo.cs has the following entry: [assembly: log4net.Config.XmlConfigurator()] I use this above dll in a WINForms application.
The problem is log4net is not logging any information. Appreciate help. -- View this message in context: http://www.nabble.com/Conigure-log4net-for-.net-dll-tp18969861p18969861.html Sent from the Log4net - Users mailing list archive at Nabble.com.
