Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • Interesting. If the assumption is that each page hit is serviced by a unique thread, we can push the page parameters via ThreadContext to uniquely identify it. I wonder if that assumption is true. Commented Mar 20, 2014 at 18:29
  • Yes, that would be similar to what using the NDC does, but it wouldn't be supported natively by the logger. The beauty of using NDC is that you can manage it with the log formatting string. Commented Mar 20, 2014 at 18:33
  • For the benefits of people like me (I had to look it up), NDC means Nested Diagnostic Context for log4net. Commented Mar 20, 2014 at 20:25
  • Thanks, I've edited the answer to name that abbreviation. Commented Mar 20, 2014 at 21:34