org.eclipse.persistence.config
Class LoggerType

java.lang.Object
  extended by org.eclipse.persistence.config.LoggerType

public class LoggerType
extends Object

Logger type persistence property values.

JPA persistence property Usage:

properties.add(PersistenceUnitProperties.LoggerType, LoggerType.JavaLogger);

Property values are case-insensitive.

Author:
Wonseok Kim

Field Summary
static String DEFAULT
           
static String DefaultLogger
           
static String JavaLogger
           
static String ServerLogger
           
 
Constructor Summary
LoggerType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DefaultLogger

public static final String DefaultLogger
See Also:
Constant Field Values

JavaLogger

public static final String JavaLogger
See Also:
Constant Field Values

ServerLogger

public static final String ServerLogger
See Also:
Constant Field Values

DEFAULT

public static final String DEFAULT
See Also:
Constant Field Values
Constructor Detail

LoggerType

public LoggerType()