 | NLogViewerTargetIncludeNLogData Property |
Note: This API is now obsolete.
Gets or sets a value indicating whether to include NLog-specific extensions to log4j schema.
Namespace:
NLog.Targets
Assembly:
NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntax[ObsoleteAttribute("Non-Standard Log4j-xml-output. Instead use Log4JXmlEventLayout.Parameters. Marked obsolete with NLog v5.4")]
public bool IncludeNLogData { get; set; }
<ObsoleteAttribute("Non-Standard Log4j-xml-output. Instead use Log4JXmlEventLayout.Parameters. Marked obsolete with NLog v5.4")>
Public Property IncludeNLogData As Boolean
Get
Set
Dim instance As NLogViewerTarget
Dim value As Boolean
value = instance.IncludeNLogData
instance.IncludeNLogData = value
[<ObsoleteAttribute("Non-Standard Log4j-xml-output. Instead use Log4JXmlEventLayout.Parameters. Marked obsolete with NLog v5.4")>]
member IncludeNLogData : bool with get, set
Property Value
Type:
Boolean
See Also