Click or drag to resize

RegistryLayoutRendererRequireEscapingSlashesInDefaultValue Property

Require escaping backward slashes in DefaultValue. Need to be backwards-compatible. When : `\` in value should be configured as `\\` `\\` in value should be configured as `\\\\`.

Namespace:  NLog.LayoutRenderers
Assembly:  NLog.WindowsRegistry (in NLog.WindowsRegistry.dll) Version: 6.0.3+e276e1969a52b8ecc5cc84c1670a516efea0cb19
Syntax
public bool RequireEscapingSlashesInDefaultValue { get; set; }

Property Value

Type: Boolean
Remarks
Default value wasn't a Layout before and needed an escape of the slash
See Also