[rules-dev] Use of java.util.logging.Logger in JPAVariablePersister

Antoine Toulme antoine at lunar-ocean.com
Fri Oct 22 00:47:55 EDT 2010


Hi,

I thought Drools was standardizing over slf4j. Is there a reason why a
java.util.logging.Logger class is used ?

Here is some of the code:

Logger.getLogger(JPAVariablePersister.class.getName()).log(Level.SEVERE,
null, t);

Should slf4j be used instead ? Note it's used by JtaTransactionManager and
SingleSessionCommandService in the same project.

Thanks,

Antoine
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-dev/attachments/20101021/421ed061/attachment.html 


More information about the rules-dev mailing list