Sha256: e2976a2f6519d9cedc96f1994e7c2df85042e4e3278209af23282569aec60aab

Contents?: true

Size: 355 Bytes

Versions: 3

Compression:

Stored size: 355 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="debugger" xsi:type="Debugger" layout="${message}" />
    </targets>

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