Click or drag to resize

ConsoleWordHighlightingRuleRegexCompileRegex Property

Compile the Regex? This can improve the performance, but at the costs of more memory usage. If , the Regex Cache is used.

Namespace:  NLog.Targets
Assembly:  NLog.RegEx (in NLog.RegEx.dll) Version: 6.0.3+e276e1969a52b8ecc5cc84c1670a516efea0cb19
Syntax
public bool CompileRegex { get; set; }

Property Value

Type: Boolean
See Also