 | ColoredConsoleTargetWordHighlightingRules Property |
Gets the word highlighting rules.
Namespace:
NLog.Targets
Assembly:
NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntaxpublic IList<ConsoleWordHighlightingRule> WordHighlightingRules { get; }
Public ReadOnly Property WordHighlightingRules As IList(Of ConsoleWordHighlightingRule)
Get
Dim instance As ColoredConsoleTarget
Dim value As IList(Of ConsoleWordHighlightingRule)
value = instance.WordHighlightingRules
member WordHighlightingRules : IList<ConsoleWordHighlightingRule> with get
Property Value
Type:
IListConsoleWordHighlightingRule
See Also