You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2016/03/27 16:34:13 UTC

[2/4] logging-log4j2 git commit: LOG4J2-1318 deprecate LoggerContextKey: it is not used anywhere any more

LOG4J2-1318 deprecate LoggerContextKey: it is not used anywhere any more


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

Branch: refs/heads/master
Commit: b22e7a000d82a30ac3f2f88d29b118b68fe9057b
Parents: b1e0b76
Author: rpopma <rp...@apache.org>
Authored: Sun Mar 27 23:29:30 2016 +0900
Committer: rpopma <rp...@apache.org>
Committed: Sun Mar 27 23:29:30 2016 +0900

----------------------------------------------------------------------
 .../main/java/org/apache/logging/log4j/spi/LoggerContextKey.java | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/b22e7a00/log4j-api/src/main/java/org/apache/logging/log4j/spi/LoggerContextKey.java
----------------------------------------------------------------------
diff --git a/log4j-api/src/main/java/org/apache/logging/log4j/spi/LoggerContextKey.java b/log4j-api/src/main/java/org/apache/logging/log4j/spi/LoggerContextKey.java
index 95859bd..113bc45 100644
--- a/log4j-api/src/main/java/org/apache/logging/log4j/spi/LoggerContextKey.java
+++ b/log4j-api/src/main/java/org/apache/logging/log4j/spi/LoggerContextKey.java
@@ -21,9 +21,11 @@ import org.apache.logging.log4j.message.MessageFactory;
 
 /**
  * Creates keys used in maps for use in LoggerContext implementations.
- * 
+ *
+ * @deprecated with no replacement - no longer used
  * @since 2.5
  */
+@Deprecated
 public class LoggerContextKey {
 
     public static String create(final String name) {