Sha256: 5b8511efc0fc330a8de80d1afc9632d896836ee7e82288ad04b0abf59d474552

Contents?: true

Size: 363 Bytes

Versions: 3

Compression:

Stored size: 363 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="viewer" xsi:type="Chainsaw" address="ucp://localhost:4000" />
    </targets>

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