How do you configure logging in Hibernate 4 to use SLF4J

Look to https://github.com/jboss-logging/jboss-logging/blob/master/src/main/java/org/jboss/logging/LoggerProviders.java: static final String LOGGING_PROVIDER_KEY = “org.jboss.logging.provider”; private static LoggerProvider findProvider() { // Since the impl classes refer to the back-end frameworks directly, if this classloader can’t find the target // log classes, then it doesn’t really matter if they’re possibly available from the TCCL because we won’t be // able to find … Read more