You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2016/11/19 06:31:59 UTC

logging-log4j2 git commit: Rename getLogger() to getStatusLogger() after discussion on the dev ML.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master c4506b965 -> 2a300c020


Rename getLogger() to getStatusLogger() after discussion on the dev ML.

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

Branch: refs/heads/master
Commit: 2a300c020fca07fdac951a2217d00f2700c6c42d
Parents: c4506b9
Author: Gary Gregory <gg...@apache.org>
Authored: Fri Nov 18 22:31:54 2016 -0800
Committer: Gary Gregory <gg...@apache.org>
Committed: Fri Nov 18 22:31:54 2016 -0800

----------------------------------------------------------------------
 .../main/java/org/apache/logging/log4j/core/AbstractLifeCycle.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/2a300c02/log4j-core/src/main/java/org/apache/logging/log4j/core/AbstractLifeCycle.java
----------------------------------------------------------------------
diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/AbstractLifeCycle.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/AbstractLifeCycle.java
index c2df135..cf2961d 100644
--- a/log4j-core/src/main/java/org/apache/logging/log4j/core/AbstractLifeCycle.java
+++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/AbstractLifeCycle.java
@@ -42,7 +42,7 @@ public class AbstractLifeCycle implements LifeCycle2 {
      * 
      * @return the status logger.
      */
-    protected static org.apache.logging.log4j.Logger getLogger() {
+    protected static org.apache.logging.log4j.Logger getStatusLogger() {
         return LOGGER;
     }