The Log4Net mailing list is a great source of information about using log4Net, in this forum we collect all the messages in the log4net user list and some selected threads from the developer list.
| Author |
Messages |
|
Lachlan McCabe
 |
| 04/27/2007 2:19 AM |
|
Hi,
I’ve found this comment on your website that is confusing to me.
“Logging Context
log4net can collect logging context data in a way that is transparent to the developer at the point of logging. The GlobalContext and the ThreadContext allow the application to capture contextual data and for it to be attached to logging messages. For instance, in a web service, once the caller is authenticated the username of the caller is can be stored in a ThreadContext property. This property is then automatically logged as part of each logging message.”
Also on http://logging.apache.org/log4net/release/faq.html, the Framework Support link does not work.
“What are the prerequisites for log4net?
log4net runs on many different frameworks and each framework has its own requirements. As a rule of thumb you will need an ECMA-335 compliant CLI runtime, for example, the Microsoft .NET runtime 1.0 (1.0.3705) or 1.1 (1.1.4322).
Not all frameworks are created equal and some features have been excluded from some of the builds. See the Framework Support document for more information.”
Thanks
Lachlan
|
|
|
|
|
Nicko Cadell
 |
| 04/27/2007 12:15 PM |
|
Thanks for the heads up. I have updated the site.
The new text for the Logging Context section is:
log4net can be used to collect logging context data in a way that is transparent
to the developer at the point of logging. The GlobalContext and the
ThreadContext allow the application to store contextual data that is
attached to logging messages. For instance, in a web service,
once the caller is authenticated the username of the caller could be
stored in a ThreadContext property. This property would then be automatically
logged as part of each subsequent logging message made from the same thread.
Thanks,
Nicko
------------ nicko cadell <nicko@neoworks.com> +44 (0)20 7025 0933 http://www.neoworks.com/ software consultancy.solutions.support |
|
|
|
|
|
| You are not authorized to post a reply. |
|
|
|
ActiveForums 3.7
|