Acid.PuntoPagos.Sdk.PuntoPago.SetLog C# (CSharp) Method

SetLog() public method

Set the logger.
public SetLog ( ILog logger ) : PuntoPago
logger ILog
return PuntoPago
        public PuntoPago SetLog(ILog logger)
        {
            _logger = logger;
            return this;
        }