Skip to content
Julian Verdurmen edited this page Sep 10, 2015 · 11 revisions

Pops up log messages as message boxes.

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

<targets>
  <target xsi:type="MessageBox" name="String" layout="Layout" caption="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. Layout Required. Default: ${longdate}|${level:uppercase=true}|${logger}|${message} ###UI Options caption - Message box title. Layout

Clone this wiki locally