[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: creating integration layer
ataylor
do-not-reply at jboss.com
Fri Nov 7 03:59:25 EST 2008
currently Logger is a concrete class. I was thinking of making this an interface and adding a LoggerFactory class for instantiation. Then provide 2 implementations the one we have, currently jboss logging, and a new one which just uses java.util.Logger. The factory would use the jboss one if it was on the classpath and if not fallback to the jdk one. I could also add asys pref check as well.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187617#4187617
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4187617
More information about the jboss-dev-forums
mailing list