Repository: logging-log4j2 Updated Branches: refs/heads/master 8512e7a5e -> e70712646
Document mdcId. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/e7071264 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/e7071264 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/e7071264 Branch: refs/heads/master Commit: e70712646a7b98c860a74a7e7bc10b7efa837a64 Parents: 8512e7a Author: Gary Gregory <[email protected]> Authored: Sat Nov 29 09:34:19 2014 -0500 Committer: Gary Gregory <[email protected]> Committed: Sat Nov 29 09:34:19 2014 -0500 ---------------------------------------------------------------------- src/site/xdoc/manual/layouts.xml.vm | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/e7071264/src/site/xdoc/manual/layouts.xml.vm ---------------------------------------------------------------------- diff --git a/src/site/xdoc/manual/layouts.xml.vm b/src/site/xdoc/manual/layouts.xml.vm index f17e4d5..a64c92c 100644 --- a/src/site/xdoc/manual/layouts.xml.vm +++ b/src/site/xdoc/manual/layouts.xml.vm @@ -1350,6 +1350,11 @@ at org.apache.logging.log4j.core.pattern.ExtendedThrowableTest.testException(Ext The default string is "mdc:". This attribute only applies to RFC 5424 syslog records.</td> </tr> <tr> + <td>mdcId</td> + <td>String</td> + <td>A required MDC ID. This attribute only applies to RFC 5424 syslog records.</td> + </tr> + <tr> <td>messageId</td> <td>String</td> <td>The default value to be used in the MSGID field of RFC 5424 syslog records. </td>
