Sha256: f04d3005ae0a84f3efc2591cdd9269c43fd57d547ad35e5f45ebeee28a63cdc0

Contents?: true

Size: 410 Bytes

Versions: 3

Compression:

Stored size: 410 Bytes

Contents

<?xml version="1.0" encoding="utf-8" ?>
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

    <targets>
        <target name="control" xsi:type="FormControl" append="true" controlName="textBox1" formName="Form1" />
    </targets>

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