Logging

  1. Successful integration with enrichment class

    INFO : Sending plan of ORDER with orderID {} for enrichment to custom class {}.
    			
  2. Class configured through Configurator found but invalid implementation

    INFO : Custom class {} is not a valid implementation of OrchestratorPlanEnricher. Skipping plan enrichment for orderID {}.
    			
  3. Class configured through Configurator not found.

    INFO  : Class with name [{}] supplied for custom plan enrichment not found in CLASSPATH. Skipping plan enrichment for orderID {}.