 | ConsoleRowHighlightingRuleDefault Property |
Gets the default highlighting rule. Doesn't change the color.
Namespace:
NLog.Targets
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic static ConsoleRowHighlightingRule Default { get; }
Public Shared ReadOnly Property Default As ConsoleRowHighlightingRule
Get
Dim value As ConsoleRowHighlightingRule
value = ConsoleRowHighlightingRule.Default
static member Default : ConsoleRowHighlightingRule with get
Property Value
Type:
ConsoleRowHighlightingRule
See Also