Acid.PuntoPagos.Sdk.PuntoPago.SetLog C# (CSharp) 메소드

SetLog() 공개 메소드

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