Re: viewing generated SQL without Log4Net?

2006-10-24 Thread Gilles Bayon
See doc http://ibatis.apache.org/docs/dotnet/datamapper/ch04s05.html-- Cheers,Gillesa href="" href="http://www.amazon.com/gp/registry/6JCP7AORB0LE"> http://www.amazon.com/gp/registry/6JCP7AORB0LEWish List/a

RE: viewing generated SQL without Log4Net?

2006-10-24 Thread Douglas Smith
Title: Body text Thanks Giles, I missed that. One more question about logging SQL related to .NET and NUnit. Since setting up the logging using either the built-in or Log4Net requires the setup of an app.config or a web.config, how can I log SQL statements while running test cases in

Re: viewing generated SQL without Log4Net?

2006-10-24 Thread Ron Grabowski
You can setup the LogManager's Adapter without a configuration file: [SetUp] public void Init() { IBatisNet.Common.Logging.LogManager.Adapter = new ConsoleOutLoggerFA(new NameValueCollection()); } - Original Message From: Douglas Smith [EMAIL PROTECTED] To: