Click or drag to resize

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; }

Property Value

Type: Boolean
See Also