Package org.hibernate.boot
Class BootLogging
- java.lang.Object
-
- org.hibernate.boot.BootLogging
-
public class BootLogging extends Object
Logging related to Hibernate bootstrapping
-
-
Field Summary
Fields Modifier and Type Field Description static booleanDEBUG_ENABLEDstatic org.jboss.logging.LoggerLOGGERstatic StringNAMEstatic booleanTRACE_ENABLED
-
Constructor Summary
Constructors Constructor Description BootLogging()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jboss.logging.LoggersubLogger(String subPath)static StringsubLoggerName(String subPath)
-
-
-
Field Detail
-
NAME
public static String NAME
-
LOGGER
public static final org.jboss.logging.Logger LOGGER
-
DEBUG_ENABLED
public static final boolean DEBUG_ENABLED
-
TRACE_ENABLED
public static final boolean TRACE_ENABLED
-
-