ApprovalUtilities.SimpleLogger.Writers.StringBuilderLogger.AppendLine C# (CSharp) Method

AppendLine() public method

public AppendLine ( string text ) : void
text string
return void
        public void AppendLine(string text)
        {
            sb.Append(text + "\n");
        }
				public void Append(string text)