Debugger target
NLog documentation is a
Wiki, which allows registered users to edit its content.
If you want to contribute, please create a user account and contact
Jarek to get edit access.
Writes log messages to the attached managed debugger.
Supported in



Configuration Syntax
<targets>
<target
xsi:type="Debugger" name="String" footer="Layout" layout="Layout" header="Layout" />
</targets>
Read more about using the Configuration File.Parameters
- General Options
name - Name of the target.- Layout Options
footer - Footer.Layout
layout - Text to be rendered.Layout Required. Default: ${longdate}|${level:uppercase=true}|${logger}|${message}
header - Header.Layout