Microsoft.Protocols.TestSuites.Pccrd.Logger.AddInfo C# (CSharp) Method

AddInfo() public method

The method implements adding the log information.
public AddInfo ( string message ) : void
message string Message reprents the log information.
return void
        public void AddInfo(string message)
        {
            this.site.Log.Add(LogEntryKind.Comment, message);
        }