 | ExceptionLayoutRendererSeparator Property |
Gets or sets the separator used to concatenate parts specified in the Format.
Namespace:
NLog.LayoutRenderers
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic string Separator { get; set; }
Public Property Separator As String
Get
Set
Dim instance As ExceptionLayoutRenderer
Dim value As String
value = instance.Separator
instance.Separator = value
member Separator : string with get, set
Property Value
Type:
String
RemarksDefault:
See Also