"ucfjeff" wrote : We have a custom log implementation that wraps log4j. It collects extra application (appID, serverName, etc) and session data (sessionID, customerID, etc) for analysis while staying as close to the log4j style as possible.
Why not just use the log4j NDC for this? Here's an example from Seam CVS: http://fisheye.jboss.com/browse/JBoss/jboss-seam/src/main/org/jboss/seam/web/LoggingFilter.java?r=1.2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068018#4068018 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4068018 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
