Click or drag to resize

Log4JXmlEventParameter Class

Represents a parameter for the Log4JXmlEventLayout
Inheritance Hierarchy
SystemObject
  NLog.LayoutsLog4JXmlEventParameter

Namespace:  NLog.Layouts
Assembly:  NLog.Targets.Network (in NLog.Targets.Network.dll) Version: 6.0.0+be83582280f7a841b0d3c6ae75b4f95aaf07e914
Syntax
public class Log4JXmlEventParameter

The Log4JXmlEventParameter type exposes the following members.

Constructors
  NameDescription
Public methodLog4JXmlEventParameter
Initializes a new instance of the Log4JXmlEventParameter class.
Top
Properties
  NameDescription
Public propertyIncludeEmptyValue
Gets or sets whether empty property-value should be included in the output. Default = false
Public propertyLayout
Gets or sets the layout used for rendering the log4j:data property-value.
Public propertyName
Gets or sets log4j:data property-name.
Top
Remarks
See Also