Interface ILoggingCapable
Classes that implement this interface have support for logging messages from communicators.
Namespace: Ingenico.Connect.Sdk.Logging
Assembly: connect-sdk-dotnet.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 |