Sha256: 19068c70b28eb5180ed8e0723f74009282b0bb4f8283f4ada8050188e4a42da4

Contents?: true

Size: 351 Bytes

Versions: 3

Compression:

Stored size: 351 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="n" xsi:type="OutputDebugString" layout="${message}" />
    </targets>

    <rules>
        <logger name="*" minlevel="Debug" writeTo="n" />
    </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/OutputDebugString/NLog.config
nlog-1.0.0.505 docs/examples/targets/Configuration File/OutputDebugString/NLog.config
nlog-1.0.0.505-mswin32 docs/examples/targets/Configuration File/OutputDebugString/NLog.config