Apache.NMS.ActiveMQ.Transport.LoggingTransport.LoggingTransport C# (CSharp) Method

LoggingTransport() public method

public LoggingTransport ( ITransport next ) : System
next ITransport
return System
        public LoggingTransport(ITransport next)
            : base(next)
        {
        }