Sha256: 819666696fa4bc54f75d114b98dd090a545c2aa4a1f9ded88397b9efd72e6662

Contents?: true

Size: 535 Bytes

Versions: 3

Compression:

Stored size: 535 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="file" xsi:type="FallbackGroup" returnToFirstOnSuccess="false">
            <target xsi:type="File" fileName="\\server1\share\file1.txt" />
            <target xsi:type="File" fileName="\\server2\share\file1.txt" />
        </target>
    </targets>

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