cjbhaines / Log4Net.Async

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

Capture HttpContext in AsyncForwarder #3

Closed rcollette closed 9 years ago

rcollette commented 9 years ago

Use a LoggingEventContext class to capture the current HttpContext during initial appending for use during forwarding. Do so in a manner that does not create a dependency on HttpContext.