cjbhaines / Log4Net.Async

Asynchronous Log4Net appenders and forwarder
http://www.nuget.org/packages/Log4Net.Async/
MIT License
121 stars 37 forks source link

Fix HttpContext is null. #8

Closed rcollette closed 9 years ago

rcollette commented 9 years ago

Fixes #2

I am able to log with aspnet-context and aspnet-request with patternlayout.

Since, to my knowledge, HttpContext cannot be mocked, I don't believe there is a way to create a unit test for this. I created a test project using a trace appender to verify that these work. Let me know if you want that added to the project.

rcollette commented 9 years ago

@cjbhaines Just pinging to see if you were aware this was ready. Not a big deal if you've been tied up.