Skip to content
Julian edited this page Jan 25, 2015 · 2 revisions

Mock target - useful for testing.

Supported in .NET, Silverlight, Compact Framework and Mono ##Configuration Syntax

<targets>
  <target xsi:type="Debug" name="String" layout="Layout" />
</targets>

Read more about using the [Configuration File](Configuration file). ##Parameters ###General Options name - Name of the target. ###Layout Options layout - Layout used to format log messages. [Layout](Data types) Required. Default: ${longdate}|${level:uppercase=true}|${logger}|${message}

Clone this wiki locally