You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
816 B
27 lines
816 B
<?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 xsi:type="RichTextBox"
|
|
name="String"
|
|
layout="Layout"
|
|
height="Integer"
|
|
autoScroll="Boolean"
|
|
maxLines="Integer"
|
|
showMinimized="Boolean"
|
|
toolWindow="Boolean"
|
|
controlName="String"
|
|
formName="String"
|
|
width="Integer"
|
|
useDefaultRowColoringRules="Boolean">
|
|
<word-coloring backgroundColor="String" fontColor="String" ignoreCase="Boolean"
|
|
regex="String" style="Enum" text="String"
|
|
wholeWords="Boolean"/>
|
|
<!-- repeated -->
|
|
<row-coloring backgroundColor="String" condition="Condition" fontColor="String"
|
|
style="Enum"/>
|
|
<!-- repeated -->
|
|
</target>
|
|
</targets>
|
|
</nlog> |