Sha256: babbc0856184012a2f85ab0487f02cf846b1d027619c57f0cd911e6e93e3609f

Contents?: true

Size: 413 Bytes

Versions: 3

Compression:

Stored size: 413 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="network" xsi:type="Network" address="tcp://localhost:5555" layout="${level} ${logger} ${message}${newline}" />
    </targets>

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