GitHub user bodewig opened a pull request:
https://github.com/apache/logging-log4net/pull/22
LOG4NET-586 provide log4j like XML Layout that works on .NET Core 1.x
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/logging-log4net feature/LOG4NET-586
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/logging-log4net/pull/22.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #22
----
commit 67d53222644cb4e7a3d79e0049b00fd78e0352b1
Author: Stefan Bodewig <bodewig@...>
Date: 2018-05-29T18:22:57Z
LOG4NET-586 add a base class for namespace aware XmlLayouts
commit f890ac4d92db3384ccc27c204a2261667098ebb0
Author: Stefan Bodewig <bodewig@...>
Date: 2018-05-29T18:25:43Z
explicitly mention log4j version number
commit efaf70c93a721b23b7fd74deac316f7a6507ff69
Author: Stefan Bodewig <bodewig@...>
Date: 2018-05-29T18:53:23Z
some of the include patterns look garbled
commit aed08e0740ff5c5f865e054e48c5288e30599127
Author: Stefan Bodewig <bodewig@...>
Date: 2018-05-29T18:53:42Z
LOG4NET-586 make properties virtual
commit 48dfe28642de31ca2087e34cbdb3ffde0ed8362e
Author: Stefan Bodewig <bodewig@...>
Date: 2018-05-29T19:01:59Z
LOG4NET-586 first cut at a namespace aware log4j XML layout
commit 4d702b7e4856879fb17ff61bbe75741bab70081a
Author: Stefan Bodewig <bodewig@...>
Date: 2018-05-29T19:56:28Z
LOG4NET-586 initial unit test
commit a6033cf534cd55c91ce4215adec8a3d9f240d534
Author: Stefan Bodewig <bodewig@...>
Date: 2018-05-30T04:17:38Z
LOG4NET-586 port rest of XmlLayoutTest to new log4jNS layout
commit 8af648ad4baaf732910f20160f5d00e540f074ad
Author: Stefan Bodewig <bodewig@...>
Date: 2018-05-30T16:21:12Z
LOG4NET-586 document XmlLayoutSchemaLog4jNS
commit ec82f5b79b0c2d09122fa9cc7bf8281dc9ac93e5
Author: Stefan Bodewig <bodewig@...>
Date: 2018-05-30T16:22:08Z
whitespace
----
---