org.eclipse.persistence.config
Class LoggerType
java.lang.Object
org.eclipse.persistence.config.LoggerType
public class LoggerType
- extends java.lang.Object
Logger type persistence property values.
JPA persistence property Usage:
properties.add(PersistenceUnitProperties.LoggerType, LoggerType.JavaLogger);
Property values are case-insensitive.
- Author:
- Wonseok Kim
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultLogger
public static final java.lang.String DefaultLogger
- See Also:
- Constant Field Values
JavaLogger
public static final java.lang.String JavaLogger
- See Also:
- Constant Field Values
ServerLogger
public static final java.lang.String ServerLogger
- See Also:
- Constant Field Values
DEFAULT
public static final java.lang.String DEFAULT
- See Also:
- Constant Field Values
LoggerType
public LoggerType()