Logging

EFTLink uses log4j2 and maintains a daily log file eftlinkserver_mmdd.log. Core implementers are encouraged to integrate their logging into this system. To support this, individual class logging should be initialized by calling getEPSLogger() from the EPSLogger class for example:

private static final Logger LOG = EPSLogger.getEPSLogger(MyCore.class);