Is IBatisNet.Common.Logging.Log4Net in your /bin directory?
________________________________ From: Jose Selesan <[EMAIL PROTECTED]> To: [email protected] Sent: Wednesday, November 19, 2008 3:02:54 PM Subject: iBatis.Net and log4net Hi people. I'm using log4net for my application logs and I would like to use it for iBatis too. As the documentation ask, I configured the log like this: <iBATIS> <logging> <logFactoryAdapter type="IBatisNet.Common.Logging.Impl.Log4NetLoggerFA, IBatisNet.Common.Logging.Log4Net"> <arg key="configType" value="external" /> </logFactoryAdapter> </logging> </iBATIS> I used configType=external because my application is configuring log4net at global.asax, but it does not log any sql statemant. I have a root appender with level = ALL and my application is logging ok. Any ideas? thanks

