Property | Type | Description | |
---|---|---|---|
WpfRichTextBoxRowColoringRule | NLog |
Method | Description | |
---|---|---|
CheckCondition ( |
||
WpfRichTextBoxRowColoringRule ( string condition, string fontColor, string backColor ) : NLog | ||
WpfRichTextBoxRowColoringRule ( string condition, string fontColor, string backColor, System.Windows.FontStyle fontStyle, System.Windows.FontWeight fontWeight ) : NLog |
Method | Description | |
---|---|---|
WpfRichTextBoxRowColoringRule ( ) : NLog |
public CheckCondition ( |
||
logEvent | ||
return | bool |
public WpfRichTextBoxRowColoringRule ( string condition, string fontColor, string backColor ) : NLog | ||
condition | string | |
fontColor | string | |
backColor | string | |
return | NLog |
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 | |
return | NLog |