Interface ILoggingCapable
Classes that implement this interface have support for logging messages from communicators.
Namespace: Worldline.Acquiring.Sdk.Logging
Assembly: Worldline.Acquiring.Sdk.dll
Syntax
public interface ILoggingCapable
Methods
DisableLogging()
Turns off logging.
Declaration
void DisableLogging()
EnableLogging(ICommunicatorLogger)
Turns on logging using the given communicator logger.
Declaration
void EnableLogging(ICommunicatorLogger communicatorLogger)
Parameters
Type | Name | Description |
---|---|---|
ICommunicatorLogger | communicatorLogger | The given communicator logger. |
Exceptions
Type | Condition |
---|---|
ArgumentException | If the given communicator logger is |