Sha256: 22071ffc6b82d029c417be7efe638a78030d20934a9e8ad1712f87c37c8c405a

Contents?: true

Size: 413 Bytes

Versions: 3

Compression:

Stored size: 413 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="ColoredConsole" layout="${date:format=HH\:MM\:ss} ${logger} ${message}">
        </target>
    </targets>

    <rules>
        <logger name="*" minlevel="Trace" 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/ColoredConsole/Simple/NLog.config
nlog-1.0.0.505 docs/examples/targets/Configuration File/ColoredConsole/Simple/NLog.config
nlog-1.0.0.505-mswin32 docs/examples/targets/Configuration File/ColoredConsole/Simple/NLog.config