Hi folks,
I have been using NLog with my ASP.NET app perfectly.
I now have some unit tests in my VS2008 solution and i've noticed that i'm not getting _any_ debugging info. If i run the website, it works fine.
I copied the nlog.config file the root directory of the mstest project. I've also made sure that it's 'copy always', so when the mstest is 'ran', the nlog.config is copied over to the test OUT directory, along side all the other .dll's that are automatically copied across .. so it's side-by-side.
i'm guessing NLog can't fine the config file because the NLogger instance exists, but it contains no data inside the instance .. so i doesn't think it needs to output to anywhere.
so .. i'm stuck :(
any suggestions? If someone has got it working with another unit testing program, then can they explain what they did for that, also?
cheers!