Package com.onlinepayments.logging
Class SysOutCommunicatorLogger
java.lang.Object
com.onlinepayments.logging.SysOutCommunicatorLogger
- All Implemented Interfaces:
CommunicatorLogger
A communicator logger that prints its message to
System.out.
It includes a timestamp in yyyy-MM-ddTHH:mm:ss format in the system time zone.-
Field Summary
Fields -
Method Summary
-
Field Details
-
INSTANCE
-
-
Method Details
-
log
Description copied from interface:CommunicatorLoggerLogs a message.- Specified by:
login interfaceCommunicatorLogger- Parameters:
message- The message to log.
-
log
Description copied from interface:CommunicatorLoggerLogs a throwable with an accompanying message.- Specified by:
login interfaceCommunicatorLogger- Parameters:
message- The message accompanying the throwable.thrown- The throwable to log.
-