Click or drag to resize

RegexReplaceLayoutRendererWrapperReplaceGroupName Property

Gets or sets the group name to replace when using regular expressions. Leave null or empty to replace without using group name.

Namespace:  NLog.LayoutRenderers.Wrappers
Assembly:  NLog.RegEx (in NLog.RegEx.dll) Version: 6.0.3+e276e1969a52b8ecc5cc84c1670a516efea0cb19
Syntax
public string? ReplaceGroupName { get; set; }

Property Value

Type: String
The group name.
See Also