« Return to Thread: java.util.logging is used instead of commons logging in IdGenerator.java

java.util.logging is used instead of commons logging in IdGenerator.java

by chadshowalter :: Rate this Message:

Reply to Author | View in Thread

I've noticed that exceptions thrown from org.apache.activemq.util.IdGenerator.java are logged using a java.util.logging.Logger, instead of a commons logging logger.  As a result, the log4j config used for activemq is ignored for log output from this class.  

Am I missing something?  Is this a bug?

 « Return to Thread: java.util.logging is used instead of commons logging in IdGenerator.java