Author: rgoers
Date: Wed Jun 11 05:23:45 2014
New Revision: 1601811
URL: http://svn.apache.org/r1601811
Log:
Fix angle brackets
Modified:
logging/log4j/log4j2/trunk/src/site/xdoc/manual/layouts.xml.vm
Modified: logging/log4j/log4j2/trunk/src/site/xdoc/manual/layouts.xml.vm
URL:
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/site/xdoc/manual/layouts.xml.vm?rev=1601811&r1=1601810&r2=1601811&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/site/xdoc/manual/layouts.xml.vm (original)
+++ logging/log4j/log4j2/trunk/src/site/xdoc/manual/layouts.xml.vm Wed Jun 11
05:23:45 2014
@@ -1258,8 +1258,8 @@ at org.apache.logging.log4j.core.pattern
<td>loggerFields</td>
<td>List of KeyValuePairs</td>
<td>Allows arbitrary PatternLayout patterns to be included as
specified ThreadContext fields; no default
- specified. To use, include a >LoggerFields< nested
element, containing one or more
- >KeyValuePair< elements. Each >KeyValuePair< must
have a key attribute, which
+ specified. To use, include a <LoggerFields> nested
element, containing one or more
+ <KeyValuePair> elements. Each <KeyValuePair> must
have a key attribute, which
specifies the key name which will be used to identify the
field within the MDC Structured Data element,
and a value attribute, which specifies the PatternLayout
pattern to use as the value.</td>
</tr>