Sha256: 95b9802474d1470791bb6b90b9e36a50df43bab08bf1f4500e633c5952d31c7c

Contents?: true

Size: 404 Bytes

Versions: 3

Compression:

Stored size: 404 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="eventlog" xsi:type="EventLog" layout="${logger}: ${message}" source="My Source" log="Application" />
    </targets>

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