ExecutionLogger

Simple implementation of ExecutionSubscriber that just logs out the Execution 's DTO to a debug log.

API

ExecutionLogger.java
class ExecutionLogger {
  boolean isEnabled()
  void onExecution(Execution<?, ?> execution)
}