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/26 07:55:37 UTC

logging-log4net git commit: fix description of Log4Net_Debug, thanks to Marc Dill

Repository: logging-log4net
Updated Branches:
  refs/heads/develop 48f690163 -> 3f281880a


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/develop
Commit: 3f281880a1fb152a8b8b66c0d66be95441904e8b
Parents: 48f6901
Author: Stefan Bodewig <st...@innoq.com>
Authored: Sat May 26 09:55:10 2018 +0200
Committer: Stefan Bodewig <st...@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");