This is probably a question with a very obvious answer, but .... I'm trying to run some unit tests using NUnit. I'm not sure how to enable logging in iBATIS. I assume I create an app.config file for the test DLL. (as opposed to an app.config file for the DLL under test). But I'm not sure how to convince iBATIS to read that file and Do the Right Thing. Any pointers appreciated!
Thanks, Russell.

