Sha256: cae93f4fde8f58d4c7cdfae2d1a8c53055ac4c100ec934357b56e8cb72bbf558

Contents?: true

Size: 550 Bytes

Versions: 3

Compression:

Stored size: 550 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}">
            <highlight-word text="log" backgroundColor="DarkGreen" />
            <highlight-word text="abc" foregroundColor="Cyan" />
        </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/Word Highlighting/NLog.config
nlog-1.0.0.505 docs/examples/targets/Configuration File/ColoredConsole/Word Highlighting/NLog.config
nlog-1.0.0.505-mswin32 docs/examples/targets/Configuration File/ColoredConsole/Word Highlighting/NLog.config