Class 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
    • Constructor Summary

      Constructors 
      Constructor Description
      LoggerType()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait