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/08/27 08:19:30 UTC

[03/50] [abbrv] logging-log4j2 git commit: [LOG4J2-1546] Remove deprecated Core API org.apache.logging.log4j.core.config.LoggerConfig.createLogger(String, Level, String, String , AppenderRef[] refs, Property[], Configuration config, Filter). Update chang

[LOG4J2-1546] Remove deprecated Core API
org.apache.logging.log4j.core.config.LoggerConfig.createLogger(String,
Level, String, String , AppenderRef[] refs, Property[], Configuration
config, Filter). Update changes.xml.

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

Branch: refs/heads/LOG4J2-1512
Commit: e9a1bbe6dd9e720b3bee6d798e40de0fc151d47a
Parents: edb3a8c
Author: Gary Gregory <gg...@apache.org>
Authored: Tue Aug 23 08:34:44 2016 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Tue Aug 23 08:34:44 2016 -0700

----------------------------------------------------------------------
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/e9a1bbe6/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ef82246..42d61d0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -141,6 +141,9 @@
       <action issue="LOG4J2-1545" dev="ggregory" type="update" due-to="Gary Gregory">
         Remove deprecated Web API org.apache.logging.log4j.web.WebLookup.getServletContext().
       </action>
+      <action issue="LOG4J2-1546" dev="ggregory" type="update" due-to="Gary Gregory">
+        Remove deprecated Core API org.apache.logging.log4j.core.config.LoggerConfig.createLogger(String, Level, String, String , AppenderRef[] refs, Property[], Configuration config, Filter).
+      </action>
     </release>
     <release version="2.6.2" date="2016-07-05" description="GA Release 2.6.2">
       <action issue="LOG4J2-904" dev="rgoers" type="fix" due-to="Bernhard M�hr">