In the tests run by JUnit, we have logging turned on ... with this: <junit ... > <sysproperty key="java.util.logging.config.file" value="src/test/resources/logging.properties"/> ... </junit>
in the ANT script. But, how would I tell my (real, not JUnit) application to turn logging on? After that, I need to figure it out in the .Net version ... but hopefully that will be the same. Thanks! Daniel