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
format - How key/value pairs will be formatted. The placeholder used to define placement of the key is, [key], and the placeholder for value is, [value].
Default value: [key]=[value]
separator - The string that will be used to separate key/value pairs. Default value: ,
includeCallerInformation - Also render the caller information attributes? Default: false
Introduced in NLog 4.1. Deprecated with NLog v4.6.8. Removed again with NLog v5 (Net45 required)
includeEmptyValues - include empty values? A value is empty when null or in case of a string, null or empty string. Default value: false
Introduced in NLog 4.6.4.
exclude - LogEvent property-key-names to exclude from output. List of keys can be passed as comma separated values, e.g.: Key1,Key2