With NUnit, if you add Debug.Print statements in your tests they appear in the test output. (At least they do in the ReSharper unit test window.)
When using a NAnt build file that executes the same tests, those Debug.Print statements do not appear.
How can I add messages to my unit tests that will appear both in the NUnit output and the build log output from NAnt?