CommandLogger

Simple implementation of CommandSubscriber that just logs out the Command 's Command#getCommandDto() DTO to a debug log.

API

CommandLogger.java
class CommandLogger {
  boolean isEnabled()
  void onCompleted(Command command)
}