C# Class MS_PCCRC_TestTool.RichTextBoxLogger

Datei anzeigen Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Methods

Method Description
Clear ( ) : void
Indent ( ) : void
Log ( string text, Color color ) : void
LogError ( string text ) : void
LogInfo ( string text ) : void
NewLine ( ) : void
RichTextBoxLogger ( System.Windows.Forms.RichTextBox richTextBox ) : System
Unindent ( ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

Indent() public method

public Indent ( ) : void
return void

Log() public method

public Log ( string text, Color color ) : void
text string
color Color
return void

LogError() public method

public LogError ( string text ) : void
text string
return void

LogInfo() public method

public LogInfo ( string text ) : void
text string
return void

NewLine() public method

public NewLine ( ) : void
return void

RichTextBoxLogger() public method

public RichTextBoxLogger ( System.Windows.Forms.RichTextBox richTextBox ) : System
richTextBox System.Windows.Forms.RichTextBox
return System

Unindent() public method

public Unindent ( ) : void
return void