Uses of Interface
com.onlinepayments.logging.CommunicatorLogger
Packages that use CommunicatorLogger
-
Uses of CommunicatorLogger in com.onlinepayments
Methods in com.onlinepayments with parameters of type CommunicatorLoggerModifier and TypeMethodDescriptionvoidClient.enableLogging(CommunicatorLogger communicatorLogger) voidDefaultCommunicator.enableLogging(CommunicatorLogger communicatorLogger) Turns on logging using the given communicator logger. -
Uses of CommunicatorLogger in com.onlinepayments.communication
Methods in com.onlinepayments.communication with parameters of type CommunicatorLoggerModifier and TypeMethodDescriptionvoidDefaultConnection.enableLogging(CommunicatorLogger communicatorLogger) -
Uses of CommunicatorLogger in com.onlinepayments.logging
Classes in com.onlinepayments.logging that implement CommunicatorLoggerModifier and TypeClassDescriptionclassA communicator logger that is backed by aLogger.final classA communicator logger that prints its message toSystem.out.Methods in com.onlinepayments.logging with parameters of type CommunicatorLoggerModifier and TypeMethodDescriptionvoidLoggingCapable.enableLogging(CommunicatorLogger communicatorLogger) Turns on logging using the given communicator logger.