Hi,

Is there any way of using log4j-alike NDC's in the cocoon 2.04 logging mechanism? I need to be able to make coherent logging output of an execution path that consists of multiple pipelines, transformers (both custom and standard), and this under high load?

With log4j, you would push an identifying string onto the logging framework at the entry point of the application. Subsequent logging output (within the same thread?) would then have this string prepended in the output as well, at the exit point (ie request done) you would pop this string off again.

Is similar stuff possible in cocoon? I would rather not incorporate log4j unless it's very easy to do

thoughts?
Jorg


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to