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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...