Skip to content

OutputDebugString target

Xharze edited this page Sep 22, 2012 · 1 revision

Outputs log messages through the OutputDebugString() Win32 API.

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

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

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

Clone this wiki locally