Hello all,

I'm using log4net in my unit tests to drop some debug messages. I
configure log4net in the constructor of every test-class by calling

       log4net.Config.XmlConfigurator.Configure();

An app.config is part of every test-project. When I execute these
tests on my local maschine, the log-file is created in the Out-folder.
Unfortunately, when cruisecontrol executes these tests, I do not see
the log-file in the out-folder, nor the log-messages in the log-files
of cruisecontrol.

What do I do wrong? Is this a good setup?

Regards,

Alex


-- 
To unsubscribe, reply using "remove me" as the subject.

Reply via email to