Repository: logging-log4j2 Updated Branches: refs/heads/master eea873e56 -> 8ca5826e4
Fix layout documentation Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/8ca5826e Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/8ca5826e Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/8ca5826e Branch: refs/heads/master Commit: 8ca5826e4f7159cb06bff542aa84a591a0030899 Parents: eea873e Author: Mikael Ståldal <[email protected]> Authored: Sun Jul 23 21:54:39 2017 +0200 Committer: Mikael Ståldal <[email protected]> Committed: Sun Jul 23 21:54:39 2017 +0200 ---------------------------------------------------------------------- src/site/xdoc/manual/layouts.xml.vm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/8ca5826e/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 06e93dd..bef42b5 100644 --- a/src/site/xdoc/manual/layouts.xml.vm +++ b/src/site/xdoc/manual/layouts.xml.vm @@ -355,6 +355,7 @@ logger.debug("one={}, two={}, three={}", 1, 2, 3); "message" : "Hello, world!", "thrown" : { "commonElementCount" : 0, + "message" : "error message", "name" : "java.lang.RuntimeException", "extendedStackTrace" : [ { "class" : "logtest.Main", @@ -2117,7 +2118,7 @@ at org.apache.logging.log4j.core.pattern.ExtendedThrowableTest.testException(Ext method="main" file="Main.java" line="29"/> - <Thrown commonElementCount="0" name="java.lang.RuntimeException"> + <Thrown commonElementCount="0" message="error message" name="java.lang.RuntimeException"> <ExtendedStackTrace> <ExtendedStackTraceItem class="logtest.Main" @@ -2226,6 +2227,7 @@ marker: message: "Hello, world!" thrown: commonElementCount: 0 + message: "error message" name: "java.lang.RuntimeException" extendedStackTrace: - class: "logtest.Main"
