Getting log from underlying covered process
Hi there,
I am in a situation when underlying dotnet web application is not running (it is not listening on port). Usually, when running web application as a standalone process it is easy to understand what is going on because all the errors are being written to console. When running my web application under the dotCover how can I get my underlying application console log? Is it even possible?
I saw the cover command parameter LogFile but it looks like it is related to dotCover log itself. There is no underlying application log.
Any help or suggestions would be highly appreciated.
Please sign in to leave a comment.