Acid.PuntoPagos.Sdk.Imp.Log4NetLoggerProxy.Debug C# (CSharp) Method

Debug() public method

public Debug ( object message ) : void
message object
return void
        public void Debug(object message)
        {
            _netLog.Debug(message);
        }

Same methods

Log4NetLoggerProxy::Debug ( object message, Exception t ) : void