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
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
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 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
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