Repository: logging-log4j2
Updated Branches:
  refs/heads/master dbe6cf23c -> 2735323e9


Fix for Javadoc 8.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/2735323e
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/2735323e
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/2735323e

Branch: refs/heads/master
Commit: 2735323e9152c1de5c7aa15da147ff03406c6ce5
Parents: dbe6cf2
Author: Gary Gregory <[email protected]>
Authored: Sun Sep 28 21:08:15 2014 -0400
Committer: Gary Gregory <[email protected]>
Committed: Sun Sep 28 21:08:15 2014 -0400

----------------------------------------------------------------------
 .../java/org/apache/logging/log4j/core/layout/JsonLayout.java  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/2735323e/log4j-core/src/main/java/org/apache/logging/log4j/core/layout/JsonLayout.java
----------------------------------------------------------------------
diff --git 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/layout/JsonLayout.java 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/layout/JsonLayout.java
index bda14ae..e8c2a3c 100644
--- 
a/log4j-core/src/main/java/org/apache/logging/log4j/core/layout/JsonLayout.java
+++ 
b/log4j-core/src/main/java/org/apache/logging/log4j/core/layout/JsonLayout.java
@@ -30,7 +30,7 @@ import org.apache.logging.log4j.core.util.Charsets;
 /**
  * Appends a series of JSON events as strings serialized as bytes.
  *
- * <h4>Complete well-formed JSON vs. fragment JSON</h4>
+ * <h3>Complete well-formed JSON vs. fragment JSON</h3>
  * <p>
  * If you configure {@code complete="true"}, the appender outputs a 
well-formed JSON document. By default, with {@code complete="false"},
  * you should include the output as an <em>external file</em> in a separate 
file to form a well-formed JSON document.
@@ -779,12 +779,12 @@ import org.apache.logging.log4j.core.util.Charsets;
  * <p>
  * This approach enforces the independence of the JsonLayout and the appender 
where you embed it.
  * </p>
- * <h4>Encoding</h4>
+ * <h3>Encoding</h3>
  * <p>
  * Appenders using this layout should have their {@code charset} set to {@code 
UTF-8} or {@code UTF-16}, otherwise events containing non
  * ASCII characters could result in corrupted log files.
  * </p>
- * <h4>Pretty vs. compact XML</h4>
+ * <h3>Pretty vs. compact XML</h3>
  * <p>
  * By default, the JSON layout is not compact (a.k.a. not "pretty") with 
{@code compact="false"}, which means the appender uses end-of-line
  * characters and indents lines to format the text. If {@code compact="true"}, 
then no end-of-line or indentation is used. Message content

Reply via email to