io.hypersistence.utils.common.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-62 Show documentation
Show all versions of hypersistence-utils-hibernate-62 Show documentation
Utilities for Spring and Hibernate ORM 6.2 or newer
The newest version!
package io.hypersistence.utils.common;
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");
}