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 boolean
DEBUG_ENABLED
static org.jboss.logging.Logger
LOGGER
static String
NAME
static boolean
TRACE_ENABLED
-
Constructor Summary
Constructors Constructor Description BootLogging()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jboss.logging.Logger
subLogger(String subPath)
static String
subLoggerName(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
-
-