Repository: logging-log4net
Updated Branches:
  refs/heads/feature/RollingFileAppender-NG b79127e54 -> 7e7b4d39c


fix description of Log4Net_Debug, thanks to Marc Dill


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

Branch: refs/heads/feature/RollingFileAppender-NG
Commit: 3f281880a1fb152a8b8b66c0d66be95441904e8b
Parents: 48f6901
Author: Stefan Bodewig <stefan.bode...@innoq.com>
Authored: Sat May 26 09:55:10 2018 +0200
Committer: Stefan Bodewig <stefan.bode...@innoq.com>
Committed: Sat May 26 09:55:10 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/3f281880/src/Core/Level.cs
----------------------------------------------------------------------
diff --git a/src/Core/Level.cs b/src/Core/Level.cs
index 4bcb263..34901ea 100644
--- a/src/Core/Level.cs
+++ b/src/Core/Level.cs
@@ -503,8 +503,7 @@ namespace log4net.Core
                public readonly static Level Off = new Level(int.MaxValue, 
"OFF");
 
                /// <summary>
-               /// The <see cref="Emergency" /> level designates very severe 
error events.
-               /// System unusable, emergencies.
+               /// The <see cref="Log4Net_Debug" /> is only used to debug 
internals of log4net.
                /// </summary>
                public readonly static Level Log4Net_Debug = new Level(120000, 
"log4net:DEBUG");
 

Reply via email to