 | SyslogLayoutRfc5424 Property |
Gets or sets a value indicating whether to use RFC 5424 for Syslog Format
Namespace:
NLog.Layouts
Assembly:
NLog.Targets.Network (in NLog.Targets.Network.dll) Version: 6.0.0+be83582280f7a841b0d3c6ae75b4f95aaf07e914
Syntaxpublic bool Rfc5424 { get; set; }
Public Property Rfc5424 As Boolean
Get
Set
Dim instance As SyslogLayout
Dim value As Boolean
value = instance.Rfc5424
instance.Rfc5424 = value
member Rfc5424 : bool with get, set
Property Value
Type:
Boolean
Remarks
See Also