Sha256: 3882c8d3bcb86a1a3c6f3537728bdba283ee155f4c2a0ab69e19f66d5688734e

Contents?: true

Size: 453 Bytes

Versions: 3

Compression:

Stored size: 453 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="pc" xsi:type="PerfCounter" categoryName="My category" 
                counterName="My counter" counterType="NumberOfItems32" instanceName="myInstance" />
    </targets>

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