You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by bo...@apache.org on 2018/05/30 19:44:53 UTC

[04/10] logging-log4net git commit: explicitly mention log4j version number

explicitly mention log4j version number


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

Branch: refs/heads/feature/LOG4NET-586
Commit: c1c0d8a3a099a255a402e33e30fa1a8113dd6c48
Parents: 0719034
Author: Stefan Bodewig <bo...@apache.org>
Authored: Tue May 29 20:25:43 2018 +0200
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Wed May 30 21:44:36 2018 +0200

----------------------------------------------------------------------
 src/Layout/XmlLayoutSchemaLog4j.cs | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/c1c0d8a3/src/Layout/XmlLayoutSchemaLog4j.cs
----------------------------------------------------------------------
diff --git a/src/Layout/XmlLayoutSchemaLog4j.cs b/src/Layout/XmlLayoutSchemaLog4j.cs
index c7dda6f..d675f6f 100644
--- a/src/Layout/XmlLayoutSchemaLog4j.cs
+++ b/src/Layout/XmlLayoutSchemaLog4j.cs
@@ -28,7 +28,7 @@ using log4net.Util;
 namespace log4net.Layout
 {
 	/// <summary>
-	/// Layout that formats the log events as XML elements compatible with the log4j schema
+	/// Layout that formats the log events as XML elements compatible with the log4j 1.2 schema
 	/// </summary>
 	/// <remarks>
 	/// <para>
@@ -249,4 +249,3 @@ method="run" file="Generator.java" line="94"/>
 		}
 	}
 }
-