OK, I see now. This problem has already been solved in the latest code. See LoggingEvent.getMDCKeySet method
http://cvs.apache.org/viewcvs.cgi/jakarta-log4j/src/java/org/apache/log4j/spi/LoggingEvent.java
HTH,
At 03:57 PM 8/22/2003 -0400, Don Isenor wrote:
Thanks, but I don't think that will do it for me... I'm using a JMS appender to send LoggingEvents from a servlet to a message driven bean. The bean will log the event to a database. Of course, I want to log the servlet's MDC (contained in the Logging Event), not the bean's.
MDC.getContext only gets me the bean's Hashtable.
Ceki G�lc� wrote:
-- Ceki For log4j documentation consider "The complete log4j manual" ISBN: 2970036908 http://www.qos.ch/shop/products/clm_t.jsp
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
