Re: Using Log4Net with Selenium

2016-01-05 Thread superfreak3
Here's the file I spoke of... On Tue, Jan 5, 2016 at 9:01 PM, superfreak3 [via Apache Logging] < ml-node+s6191n60848...@n7.nabble.com> wrote: > I noticed something strange that has happened since adding logging with > log4Net. When exceptions occur, they are caught and written as desired to >

Re: Using Log4Net with Selenium

2016-01-05 Thread superfreak3
I noticed something strange that has happened since adding logging with log4Net. When exceptions occur, they are caught and written as desired to the log. However, running via both mstest and Visual Studio 2015, despite the fact exceptions occur, the tests are still seen as successful. I verifie