C# 클래스 BitSharp.Client.Helper.WpfRichTextBoxRowColoringRule

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

Private Properties

프로퍼티 타입 설명
WpfRichTextBoxRowColoringRule NLog

공개 메소드들

메소드 설명
CheckCondition ( LogEventInfo logEvent ) : bool
WpfRichTextBoxRowColoringRule ( string condition, string fontColor, string backColor ) : NLog
WpfRichTextBoxRowColoringRule ( string condition, string fontColor, string backColor, System.Windows.FontStyle fontStyle, System.Windows.FontWeight fontWeight ) : NLog

비공개 메소드들

메소드 설명
WpfRichTextBoxRowColoringRule ( ) : NLog

메소드 상세

CheckCondition() 공개 메소드

public CheckCondition ( LogEventInfo logEvent ) : bool
logEvent NLog.LogEventInfo
리턴 bool

WpfRichTextBoxRowColoringRule() 공개 메소드

public WpfRichTextBoxRowColoringRule ( string condition, string fontColor, string backColor ) : NLog
condition string
fontColor string
backColor string
리턴 NLog

WpfRichTextBoxRowColoringRule() 공개 메소드

public WpfRichTextBoxRowColoringRule ( string condition, string fontColor, string backColor, System.Windows.FontStyle fontStyle, System.Windows.FontWeight fontWeight ) : NLog
condition string
fontColor string
backColor string
fontStyle System.Windows.FontStyle
fontWeight System.Windows.FontWeight
리턴 NLog