EntityPropertyChangeLogger

Simple implementation of EntityPropertyChangeSubscriber that just logs out the EntityPropertyChange to a debug log.

API

EntityPropertyChangeLogger.java
class EntityPropertyChangeLogger {
  public static final String LOGICAL_TYPE_NAME;
  boolean isEnabled()
  void onChanging(EntityPropertyChange entityPropertyChange)
}