It should work with MLIEAB. I was planning on writing an adapter eventually. You'll need to implement these two interfaces:
IBatisNet.Common.Logging.ILog IBatisNet.Common.Logging.ILoggerFactoryAdapter Here are some sample implementations: http://tinyurl.com/bvlp2 http://svn.apache.org/repos/asf/ibatis/trunk/cs/mapper/IBatisNet.Common/Logging/Impl/ I'm curious why you need to replace log4net with MLIEAB? I believe both log4net and NLog are many times faster and more configurable than MLIEAB. Do you know of a good tutorial for setting up and using MLIEAB? Thanks, Ron --- Bevan Arps <[EMAIL PROTECTED]> wrote: > > Ron Grabowski wrote: > > > The next release of IBatisNet uses log4net version 1.2.9 beta. > > It also allows other logging libraries such as NLog to be used > > in place of log4net. > > How generic is this? > > We're wanting to use the Microsoft Logging and Instrumentation > Enterprise Application Block (what a name, eh!) - is support for this > already present? If not, how hard would it be to write? > > Thanks in advance, > Bevan. > > > ****************************************************************************** > "This message (and any files transmitted with it) are confidential > and > may be legally privileged. If you are not the intended recipient > please > notify the sender immediately and delete this message from your > system. > > This message does not necessarily reflect the views of the > Reserve Bank of New Zealand. If the recipient has any concerns > about the content of this message they should seek alternative > confirmation from the Reserve Bank of New Zealand." > ****************************************************************************** > > > >

