Sha256: 7b6808adda1e8b6135b6e7d668304091fbb331e017ae4c097472c9459e8b401d

Contents?: true

Size: 346 Bytes

Versions: 3

Compression:

Stored size: 346 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="debug" xsi:type="Debug" layout="${message}" />
    </targets>

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