Click or drag to resize

RegistryLayoutRendererRequireEscapingSlashesInDefaultValue Property

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

Namespace:  NLog.LayoutRenderers
Assembly:  NLog.WindowsRegistry (in NLog.WindowsRegistry.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
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