You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2016/09/08 15:13:15 UTC

logging-log4j2 git commit: Revert removal of @Plugin in test

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 7c2fc7c54 -> 99c0d011d


Revert removal of @Plugin in test


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

Branch: refs/heads/master
Commit: 99c0d011d483242d9e8b98a11c621876c6cc07f1
Parents: 7c2fc7c
Author: Matt Sicker <bo...@gmail.com>
Authored: Thu Sep 8 10:13:30 2016 -0500
Committer: Matt Sicker <bo...@gmail.com>
Committed: Thu Sep 8 10:13:30 2016 -0500

----------------------------------------------------------------------
 .../test/java/org/apache/logging/log4j/test/ExtendedLevels.java    | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/99c0d011/log4j-core/src/test/java/org/apache/logging/log4j/test/ExtendedLevels.java
----------------------------------------------------------------------
diff --git a/log4j-core/src/test/java/org/apache/logging/log4j/test/ExtendedLevels.java b/log4j-core/src/test/java/org/apache/logging/log4j/test/ExtendedLevels.java
index 5002ac9..d69433e 100644
--- a/log4j-core/src/test/java/org/apache/logging/log4j/test/ExtendedLevels.java
+++ b/log4j-core/src/test/java/org/apache/logging/log4j/test/ExtendedLevels.java
@@ -17,10 +17,12 @@
 package org.apache.logging.log4j.test;
 
 import org.apache.logging.log4j.Level;
+import org.apache.logging.log4j.core.config.plugins.Plugin;
 
 /**
  *
  */
+@Plugin(name="ExtendedLevel", category=Level.CATEGORY)
 public class ExtendedLevels {
 
     public static final Level NOTE = Level.forName("NOTE", 350);