[jboss-dev-forums] [Design of POJO Server] - State of JDK logging in jboss-logging-jdk

david.lloyd@jboss.com do-not-reply at jboss.com
Thu Feb 19 13:23:39 EST 2009


The jboss-logging-jdk module has three different implementations of java.util.logging.LogManager in it.  Rather than adding a fourth, is it OK if I just replace org.jboss.logging.jdk.JBossJDKLogManager?  In addition to disabling the reset() method, my implementation completely disables configuration, and fixes about half a dozen bugs.

Since it disables the configuration API, it might be considered a compatibility change.  In any case it will likely mean a 2.1.0 release.  Alternately I could put it in a separate class, or even a separate module - either way it needs to be on the boot classpath.  Thoughts?


View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211600#4211600

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211600



More information about the jboss-dev-forums mailing list