Click or drag to resize

FormControlTarget Properties

The FormControlTarget type exposes the following members.

Properties
  NameDescription
Public propertyAppend
Gets or sets a value indicating whether log text should be appended to the text of the control instead of overwriting it.
Public propertyControlName
Gets or sets the name of control to which NLog will log write log text.
Public propertyFormName
Gets or sets the name of the Form on which the control is located.
Public propertyLayout
Gets or sets the layout used to format log messages.
(Inherited from TargetWithLayout.)
Public propertyName
Gets or sets the name of the target.
(Inherited from Target.)
Public propertyReverseOrder
Gets or sets whether new log entry are added to the start or the end of the control
Top
See Also