Repository: logging-log4net Updated Branches: refs/heads/feature/LOG4NET-586 cc8a05758 -> 9dc492647
version is never used Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/a8925fcd Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/a8925fcd Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/a8925fcd Branch: refs/heads/feature/LOG4NET-586 Commit: a8925fcd6fc2f1ef33db8f62f0253a17f8386638 Parents: cc8a057 Author: Stefan Bodewig <[email protected]> Authored: Fri Jun 1 15:29:55 2018 +0200 Committer: Stefan Bodewig <[email protected]> Committed: Fri Jun 1 15:29:55 2018 +0200 ---------------------------------------------------------------------- src/Layout/XmlLayoutSchemaLog4jNS.cs | 20 -------------------- 1 file changed, 20 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/a8925fcd/src/Layout/XmlLayoutSchemaLog4jNS.cs ---------------------------------------------------------------------- diff --git a/src/Layout/XmlLayoutSchemaLog4jNS.cs b/src/Layout/XmlLayoutSchemaLog4jNS.cs index aa7c33b..96f35f2 100644 --- a/src/Layout/XmlLayoutSchemaLog4jNS.cs +++ b/src/Layout/XmlLayoutSchemaLog4jNS.cs @@ -85,26 +85,6 @@ namespace log4net.Layout #region Public Properties /// <summary> - /// The version of the log4j schema to use. - /// </summary> - /// <remarks> - /// <para> - /// Only version 1.2 of the log4j schema is supported. - /// </para> - /// </remarks> - public string Version - { - get { return "1.2"; } - set - { - if (value != "1.2") - { - throw new ArgumentException("Only version 1.2 of the log4j schema is currently supported"); - } - } - } - - /// <summary> /// The namespace URI to use for the elements and attributes written by this layout. /// </summary> /// <remarks>
