forked from NLog/NLog
-
Notifications
You must be signed in to change notification settings - Fork 0
Debugger target
Xharze edited this page Sep 21, 2012
·
1 revision
Writes log messages to the attached managed debugger.
Supported in .NET, Silverlight and Mono ##Configuration Syntax
<targets>
<target xsi:type="Debugger"
name="String"
footer="Layout"
layout="Layout"
header="Layout" />
</targets>
Read more about using the [Configuration File](Configuration file).
##Parameters
###General Options
name - Name of the target.
###Layout Options
footer - Footer. [Layout](Data types)
layout - Text to be rendered. [Layout](Data types) Required. Default: ${longdate}|${level:uppercase=true}|${logger}|${message}
header - Header. [Layout](Data types)