Sha256: e265b70716dd19043a233f273920ff7c91f86f039290e9d13c39414de20485d6

Contents?: true

Size: 365 Bytes

Versions: 3

Compression:

Stored size: 365 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="NLogViewer" 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/NLogViewer/NLog.config
nlog-1.0.0.505 docs/examples/targets/Configuration File/NLogViewer/NLog.config
nlog-1.0.0.505-mswin32 docs/examples/targets/Configuration File/NLogViewer/NLog.config