Sha256: 246275d061e5f02365430b717f9244a14f598433013eb5e20c32e4b2c4164ce2

Contents?: true

Size: 386 Bytes

Versions: 3

Compression:

Stored size: 386 Bytes

Contents

<?xml version="1.0" ?>
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <targets>
        <target name="msgbox" xsi:type="MessageBox" layout="${longdate}: ${message}" caption="${level}" />
    </targets>

    <rules>
        <logger name="*" minlevel="Debug" writeTo="msgbox" />
    </rules>
</nlog>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
nlog-1.0.0.505.20100822 docs/examples/targets/Configuration File/MessageBox/NLog.config
nlog-1.0.0.505 docs/examples/targets/Configuration File/MessageBox/NLog.config
nlog-1.0.0.505-mswin32 docs/examples/targets/Configuration File/MessageBox/NLog.config