Have you verified that your App.Config configures log4net correctly? What happens when you turn on log4net's internal debugging?
----- Original Message ---- From: Debashish <[EMAIL PROTECTED]> To: [email protected] Sent: Wednesday, August 13, 2008 3:43:22 PM Subject: Conigure log4net for .net dll 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.
