[jboss-user] [Microcontainer] - Re: Deployment contextual information

david.lloyd@jboss.com do-not-reply at jboss.com
Thu Feb 12 17:14:49 EST 2009


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



More information about the jboss-user mailing list