Unicorn.Remote.Logging.ProgressReporter.ProgressReporter C# (CSharp) Method

ProgressReporter() public method

public ProgressReporter ( StreamWriter output ) : System
output System.IO.StreamWriter
return System
        public ProgressReporter(StreamWriter output)
        {
            this._output = output;
        }