io.hypersistence.utils.hibernate.util.LogUtils Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hypersistence-utils-hibernate-52 Show documentation
Show all versions of hypersistence-utils-hibernate-52 Show documentation
Utilities for Spring and Hibernate ORM 5.2 to 5.4
package io.hypersistence.utils.hibernate.util;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* The {@link LogUtils} class unifies the framework logging capabilities.
*
* @author Vlad Mihalcea
* @since 2.9.5
*/
public class LogUtils {
public static final Logger LOGGER = LoggerFactory.getLogger("Hibernate Types");
}