C# Class MS_PCCRC_TestTool.RichTextBoxLogger

Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Clear ( ) : void
Résultat void

Indent() public méthode

public Indent ( ) : void
Résultat void

Log() public méthode

public Log ( string text, Color color ) : void
text string
color Color
Résultat void

LogError() public méthode

public LogError ( string text ) : void
text string
Résultat void

LogInfo() public méthode

public LogInfo ( string text ) : void
text string
Résultat void

NewLine() public méthode

public NewLine ( ) : void
Résultat void

RichTextBoxLogger() public méthode

public RichTextBoxLogger ( System.Windows.Forms.RichTextBox richTextBox ) : System
richTextBox System.Windows.Forms.RichTextBox
Résultat System

Unindent() public méthode

public Unindent ( ) : void
Résultat void