Click or drag to resize

NLogViewerParameterInfo Class

Represents a parameter to a NLogViewer target.
Inheritance Hierarchy
SystemObject
  NLog.TargetsNLogViewerParameterInfo

Namespace:  NLog.Targets
Assembly:  NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax
public class NLogViewerParameterInfo

The NLogViewerParameterInfo type exposes the following members.

Constructors
  NameDescription
Public methodNLogViewerParameterInfo
Initializes a new instance of the NLogViewerParameterInfo class.
Top
Properties
  NameDescription
Public propertyIncludeEmptyValue
Gets or sets whether an attribute with empty value should be included in the output
Public propertyLayout
Gets or sets the layout that should be use to calculate the value for the parameter.
Public propertyName
Gets or sets viewer parameter name.
Top
See Also