C# 클래스 MS_PCCRC_TestTool.RichTextBoxLogger

파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Indent() 공개 메소드

public Indent ( ) : void
리턴 void

Log() 공개 메소드

public Log ( string text, Color color ) : void
text string
color Color
리턴 void

LogError() 공개 메소드

public LogError ( string text ) : void
text string
리턴 void

LogInfo() 공개 메소드

public LogInfo ( string text ) : void
text string
리턴 void

NewLine() 공개 메소드

public NewLine ( ) : void
리턴 void

RichTextBoxLogger() 공개 메소드

public RichTextBoxLogger ( System.Windows.Forms.RichTextBox richTextBox ) : System
richTextBox System.Windows.Forms.RichTextBox
리턴 System

Unindent() 공개 메소드

public Unindent ( ) : void
리턴 void