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