On 7/10/07, Jason T. Greene <jason.greene(a)redhat.com> wrote:
I finally got around to this. Full support of NDC and MDC is now in
jboss-common-logging 2.0.5-SNAPSHOT. The API is very close to the log4j
version, but with some small simplifications. This functionality can be
used with both log4j and JUL backends. The JUL backend requires the
JBoss log manager to be loaded:
-Dorg.jboss.logging.Logger.pluginClass=org.jboss.logging.jdk.JDK14LoggerPlugin
-Djava.util.logging.manager=org.jboss.logging.jdk.JDKLogManager
I think I'm going to adopt this branch of jboss-common-logging in
JBoss Web 2.1 (replacing a package renamed commons-logging), and if
you don't mind I'll also pick up your changes to the JUL log manager
in the Tomcat JUL log manager.
Rémy