Sha256: b8914b51c2e67c323262c43efe6b56dea27612910d4d6f9e280d71fa02b812af

Contents?: true

Size: 388 Bytes

Versions: 3

Compression:

Stored size: 388 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="console" xsi:type="Console" layout="${date:format=HH\:MM\:ss} ${logger} ${message}" />
    </targets>

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