Logging

EFTLink uses log4j and maintains a daily log file eftlink_mmdd.log. Core implementers are encouraged to integrate their logging into this system. For debug purposes, EFTLink also has a feature where all logging is also echoed to a pop-up dialog box. To support this, individual class logging should be initialized by calling getLogger() from the EPSLogger class for example.

private Logger log = EPSLogger.getLogger(OPICardServiceSession.class);