You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Read more about using the Configuration File.
##Parameters
###General Options
name - Name of the target.
###Layout Options
layout - Layout used to format log messages. Layout Required. Default: ${longdate}|${level:uppercase=true}|${logger}|${message}
###Form Options
append - Indicates whether log text should be appended to the text of the control instead of overwriting it. Boolean Default: True
controlName - Name of control to which NLog will log write log text. Required.
formName - Name of the Form on which the control is located.