RE: Custom Properties in an ASP.Net Web Application

2010-09-01 Thread Gagne, Chris
thoughts. From: Rob Prouse [mailto:rob.pro...@ivara.com] Sent: Wednesday, September 01, 2010 1:42 PM To: Log4NET User Subject: RE: Custom Properties in an ASP.Net Web Application I took a quick look at the code and as far as I can see, the ThreadContext is taken out of the logging event when fo

RE: Custom Properties in an ASP.Net Web Application

2010-09-01 Thread Rob Prouse
Sent: Wednesday, September 01, 2010 12:01 PM To: 'Log4NET User' Subject: RE: Custom Properties in an ASP.Net Web Application Yeah we're using the log4net.Appender.AdoNetAppender. From: Rob Prouse [mailto:rob.pro...@ivara.com] Sent: Wednesday, September 01, 2010 11:59 AM To: Log4

RE: Custom Properties in an ASP.Net Web Application

2010-09-01 Thread Gagne, Chris
Yeah we're using the log4net.Appender.AdoNetAppender. From: Rob Prouse [mailto:rob.pro...@ivara.com] Sent: Wednesday, September 01, 2010 11:59 AM To: Log4NET User Subject: RE: Custom Properties in an ASP.Net Web Application For the common log appenders, the log is output synchronously wit

RE: Custom Properties in an ASP.Net Web Application

2010-09-01 Thread Rob Prouse
For the common log appenders, the log is output synchronously with the log message, so it should be on the same thread, so it shouldn't be a problem. I am not sure of the behavior when you use an asynchronous appender (like the ADO appender), but it should be pulling the context out before it go