You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by dp...@apache.org on 2017/04/27 06:36:13 UTC

[09/50] [abbrv] logging-log4net git commit: .NET Core doesn't support event log and the colored console appender either

.NET Core doesn't support event log and the colored console appender either 


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

Branch: refs/heads/master
Commit: bf0e4b04203c43ac2ef6d6c51c9dca1a3846e03a
Parents: 6b083cd
Author: Stefan Bodewig <bo...@apache.org>
Authored: Mon Dec 5 16:53:45 2016 +0000
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Mon Dec 5 16:53:45 2016 +0000

----------------------------------------------------------------------
 src/site/xdoc/release/framework-support.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/bf0e4b04/src/site/xdoc/release/framework-support.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/release/framework-support.xml b/src/site/xdoc/release/framework-support.xml
index 95e2eea..8e45565 100644
--- a/src/site/xdoc/release/framework-support.xml
+++ b/src/site/xdoc/release/framework-support.xml
@@ -585,12 +585,14 @@ limitations under the License.
                     <p>Things that are not supported in log4net
                     for .NET Core:</p>
                     <ul>
-                      <li>the ADO.NET Appender</li>
+                      <li>the ADO.NET appender</li>
                       <li>anything related to ASP.NET (trace appender
                       and several pattern converters)</li>
                       <li>.NET Remoting</li>
+                      <li>the colored console appender</li>
+                      <li>the event log appender</li>
                       <li>The <code>NetSendAppender</code></li>
-                      <li>The SMTP Appender</li>
+                      <li>The SMTP appender</li>
                       <li><code>DOMConfigurator</code></li>
                       <li>stack trace patterns</li>
                       <li>access to <code>appSettings</code> (neither