RE: Custom Properties in an ASP.Net Web Application

2010-09-01 Thread Gagne, Chris
thoughts. From: Rob Prouse [mailto:[email protected]] 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:[email protected]] 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:[email protected]] 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
re it goes asynchronous. If it doesn't, then that would be a bug in log4net, but I would need to look at the code. What appender are you using? From: Gagne, Chris [mailto:[email protected]] Sent: Wednesday, September 01, 2010 11:03 AM To: Log4NET User Subject: Custom Properties in an A

Custom Properties in an ASP.Net Web Application

2010-09-01 Thread Gagne, Chris
Here's our situation... We're adding debug messages to an ASP.Net web application that allows our users to apply for a job online. We have a custom properties and database fields created named JobPostingId and MemberId. Here's a small code snippet of our logging. ILog logger = LogManager.Get