One of the requirements for the logging pojo service is to allow for separate handling for stdout/stderr (and by extension, other logging categories as well) on a per-deployment basis. Log4j and Logback, the two dominant non-JDK logging frameworks, do this with the notion of a "logging context" which allows the user to swap logging configuration at runtime.
To support this, the proper logging context has to be selected whenever a deployment's classes are initialized or any code from a deployment is executed. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209701#4209701 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209701 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
