You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2016/11/20 13:24:02 UTC

logging-log4j2 git commit: re-instate the design review conclusion as an implementation note comment.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 25f06d9e2 -> 01049ed4e


re-instate the design review conclusion as an implementation note comment.


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

Branch: refs/heads/master
Commit: 01049ed4ee99dc67fc2611e0e4c667e791ae867a
Parents: 25f06d9
Author: rpopma <rp...@apache.org>
Authored: Sun Nov 20 22:23:54 2016 +0900
Committer: rpopma <rp...@apache.org>
Committed: Sun Nov 20 22:23:54 2016 +0900

----------------------------------------------------------------------
 .../src/main/java/org/apache/logging/log4j/message/Message.java   | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/01049ed4/log4j-api/src/main/java/org/apache/logging/log4j/message/Message.java
----------------------------------------------------------------------
diff --git a/log4j-api/src/main/java/org/apache/logging/log4j/message/Message.java b/log4j-api/src/main/java/org/apache/logging/log4j/message/Message.java
index 9c9aca9..2c5e8fa 100644
--- a/log4j-api/src/main/java/org/apache/logging/log4j/message/Message.java
+++ b/log4j-api/src/main/java/org/apache/logging/log4j/message/Message.java
@@ -40,6 +40,9 @@ import org.apache.logging.log4j.util.StringBuilderFormattable;
  *
  * @see StringBuilderFormattable
  */
+/*
+ * Implementation note: this interface extends Serializable since LogEvents must be serializable.
+ */
 public interface Message extends Serializable {
 
     /**